Html Css Color HEX #089170 Observatory

📋 copy color: '#089170'

red 8 ◦ green 145 ◦ blue 112

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

Shades of Observatory #089170

Tints of Observatory #089170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 3.02%
G = 54.72%
B = 42.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#089170 (or 0x089170) is known color: Observatory. HEX triplet: 08, 91 and 70. RGB value is (8,145,112). Sum of RGB (Red+Green+Blue) = 8+145+112=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #089170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089170 is #F76E8F. Grayscale: #646464. Windows color (decimal): -16215696 or 7377160. OLE color: 7377160.

HSL color Cylindrical-coordinate representation of color #089170: hue angle of 165.55º 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 #089170 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 112 -
CMYK 0.94 0 0.23 0.43
HSL 165.55º 0.9% 0.3% -
HSV(B) 165.55º 0.94% 0.57% -
XYZ 13.15 21.47 18.78 -
YUV 100.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 8 145 112 0.94 0 0.23 0.43 165.55 0.9 0.3
Hex 8 91 70 5E 0 17 2B A6 5A 1E
Octal 10 221 160 136 0 27 53 246 132 36
Binary 1000 10010001 1110000 1011110 0 10111 101011 10100110 1011010 11110

Color Harmonies of #089170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089170

Black with #089170

Text Example


Text Example

White with #089170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089170; }

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

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

background-color css

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

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

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

border-color css

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

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

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