#08665f

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

Shades of Mosque #08665F

Tints of Mosque #08665F

Color information

#08665F (or 0x08665F) is unknown color: approx Mosque. HEX triplet: 08, 66 and 5F. RGB value is (8,102,95). Sum of RGB (Red+Green+Blue) = 8+102+95=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #08665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08665F is #F799A0. Grayscale: #494949. Windows color (decimal): -16226721 or 6252040. OLE color: 6252040.

HSL color Cylindrical-coordinate representation of color #08665F: hue angle of 175.53º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08665F is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB810295-
CMYK0.9200.070.6
HSL175.53º85.45%21.57%-
HSV(B)175.53º92.16%40%-
XYZ6.9210.3812.47-
YUV73.1140.3681.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=3.90%
G=49.76%
B=46.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102950.9200.070.6175.5385.4521.57
Hex8665F5C073Cb05516
Octal10146137134077426012526
Binary1000110011010111111011100011111110010110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08665f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08665f; }

 p { color: rgb(8,102,95); }

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

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

 a { background-color: rgb(8,102,95); }

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

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

 span { border-color: rgb(8,102,95); }

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