#006758

Color #006758 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #006758

Tints of Mosque #006758

Color information

#006758 (or 0x006758) is unknown color: approx Mosque. HEX triplet: 00, 67 and 58. RGB value is (0,103,88). Sum of RGB (Red+Green+Blue) = 0+103+88=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #006758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006758 is #FF98A7. Grayscale: #464646. Windows color (decimal): -16750760 or 5793536. OLE color: 5793536.

HSL color Cylindrical-coordinate representation of color #006758: hue angle of 171.26º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006758 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB010388-
CMYK100.150.60
HSL171.26º100%20.2%-
HSV(B)171.26º100%40.39%-
XYZ6.6110.4110.89-
YUV70.49137.8877.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=0%
G=53.93%
B=46.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010388100.150.60171.2610020.2
Hex06758640F3Cab6414
Octal01471301440177425314424
Binary01100111101100011001000111111110010101011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006758; }

 p { color: rgb(0,103,88); }

 H1.HeaderClassName
 {
   color: #006758;
 }
 .AnyTagClassName
 {
   color: #006758;
 }
</style>
background-color css

<style>
 a { background-color: #006758; }

 a { background-color: rgb(0,103,88); }

 div.DivClassName
 {
   background-color: #006758;
 }
 .BgClassName
 {
   background-color: #006758;
 }
</style>
border-color css

<style>
 span { border-color: #006758; }

 span { border-color: rgb(0,103,88); }

 td.TdClassName
 {
   border-color: #006758;
 }
 .TagClassName
 {
   border-color: #006758;
 }
</style>