#08665B

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

Shades of Mosque #08665B

Tints of Mosque #08665B

Color information

#08665B (or 0x08665B) is unknown color: approx Mosque. HEX triplet: 08, 66 and 5B. RGB value is (8,102,91). Sum of RGB (Red+Green+Blue) = 8+102+91=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #08665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08665B is #F799A4. Grayscale: #484848. Windows color (decimal): -16226725 or 5989896. OLE color: 5989896.

HSL color Cylindrical-coordinate representation of color #08665B: hue angle of 172.98º 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 #08665B is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB810291-
CMYK0.9200.110.6
HSL172.98º85.45%21.57%-
HSV(B)172.98º92.16%40%-
XYZ6.7410.3111.53-
YUV72.64138.3681.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=3.98%
G=50.75%
B=45.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102910.9200.110.6172.9885.4521.57
Hex8665B5C0B3Cad5516
Octal101461331340137425512526
Binary10001100110101101110111000101111110010101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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