Html Css Color HEX #08907C Observatory

📋 copy color: '#08907C'

red 8 ◦ green 144 ◦ blue 124

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

Shades of Observatory #08907C

Tints of Observatory #08907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 2.9%
G = 52.17%
B = 44.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#08907C (or 0x08907C) is known color: Observatory. HEX triplet: 08, 90 and 7C. RGB value is (8,144,124). Sum of RGB (Red+Green+Blue) = 8+144+124=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #08907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08907C is #F76F83. Grayscale: #656565. Windows color (decimal): -16215940 or 8163336. OLE color: 8163336.

HSL color Cylindrical-coordinate representation of color #08907C: hue angle of 171.18º 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 #08907C is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 124 -
CMYK 0.94 0 0.14 0.44
HSL 171.18º 0.89% 0.3% -
HSV(B) 171.18º 0.94% 0.56% -
XYZ 13.71 21.45 22.49 -
YUV 101.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 8 144 124 0.94 0 0.14 0.44 171.18 0.89 0.3
Hex 8 90 7C 5E 0 E 2C AB 59 1E
Octal 10 220 174 136 0 16 54 253 131 36
Binary 1000 10010000 1111100 1011110 0 1110 101100 10101011 1011001 11110

Color Harmonies of #08907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08907C

Black with #08907C

Text Example


Text Example

White with #08907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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