Html Css Color HEX #08906C Observatory

📋 copy color: '#08906C'

red 8 ◦ green 144 ◦ blue 108

#08906C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #08906C

Tints of Observatory #08906C

RGB

 RED value IS 8 (3.52% from 255) = 3.08%

 GREEN value IS 144 (56.64% from 255) = 55.38%

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 3.08%
G = 55.38%
B = 41.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#08906C (or 0x08906C) is known color: Observatory. HEX triplet: 08, 90 and 6C. RGB value is (8,144,108). Sum of RGB (Red+Green+Blue) = 8+144+108=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #08906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08906C is #F76F93. Grayscale: #636363. Windows color (decimal): -16215956 or 7114760. OLE color: 7114760.

HSL color Cylindrical-coordinate representation of color #08906C: hue angle of 164.12º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08906C is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 108 -
CMYK 0.94 0 0.25 0.44
HSL 164.12º 0.89% 0.3% -
HSV(B) 164.12º 0.94% 0.56% -
XYZ 12.78 21.08 17.58 -
YUV 99.23 132.94 62.93 -
System Red Green Blue C M Y K H S L
Decimal 8 144 108 0.94 0 0.25 0.44 164.12 0.89 0.3
Hex 8 90 6C 5E 0 19 2C A4 59 1E
Octal 10 220 154 136 0 31 54 244 131 36
Binary 1000 10010000 1101100 1011110 0 11001 101100 10100100 1011001 11110

Color Harmonies of #08906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08906C

Black with #08906C

Text Example


Text Example

White with #08906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08906C; }

 p { color: rgb(8,144,108); }

 H1.HeaderClassName
 {
   color: #08906C;
 }
 .AnyTagClassName
 {
   color: #08906C;
 }
</style>

background-color css

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

 a { background-color: rgb(8,144,108); }

 div.DivClassName
 {
   background-color: #08906C;
 }
 .BgClassName
 {
   background-color: #08906C;
 }
</style>

border-color css

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

 span { border-color: rgb(8,144,108); }

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