Html Css Color HEX #08917C Observatory

📋 copy color: '#08917C'

red 8 ◦ green 145 ◦ blue 124

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

Shades of Observatory #08917C

Tints of Observatory #08917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

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

R = 2.89%
G = 52.35%
B = 44.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#08917C (or 0x08917C) is known color: Observatory. HEX triplet: 08, 91 and 7C. RGB value is (8,145,124). Sum of RGB (Red+Green+Blue) = 8+145+124=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #08917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08917C is #F76E83. Grayscale: #656565. Windows color (decimal): -16215684 or 8163592. OLE color: 8163592.

HSL color Cylindrical-coordinate representation of color #08917C: hue angle of 170.8º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08917C is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 124 -
CMYK 0.94 0 0.14 0.43
HSL 170.8º 0.9% 0.3% -
HSV(B) 170.8º 0.94% 0.57% -
XYZ 13.86 21.76 22.54 -
YUV 101.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 8 145 124 0.94 0 0.14 0.43 170.8 0.9 0.3
Hex 8 91 7C 5E 0 E 2B AB 5A 1E
Octal 10 221 174 136 0 16 53 253 132 36
Binary 1000 10010001 1111100 1011110 0 1110 101011 10101011 1011010 11110

Color Harmonies of #08917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08917C

Black with #08917C

Text Example


Text Example

White with #08917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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