Html Css Color HEX #089172 Observatory

📋 copy color: '#089172'

red 8 ◦ green 145 ◦ blue 114

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

Shades of Observatory #089172

Tints of Observatory #089172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 3%
G = 54.31%
B = 42.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#089172 (or 0x089172) is known color: Observatory. HEX triplet: 08, 91 and 72. RGB value is (8,145,114). Sum of RGB (Red+Green+Blue) = 8+145+114=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #089172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089172 is #F76E8D. Grayscale: #646464. Windows color (decimal): -16215694 or 7508232. OLE color: 7508232.

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

Color convert

RGB 8 145 114 -
CMYK 0.94 0 0.21 0.43
HSL 166.42º 0.9% 0.3% -
HSV(B) 166.42º 0.94% 0.57% -
XYZ 13.26 21.52 19.37 -
YUV 100.5 135.61 62.02 -
System Red Green Blue C M Y K H S L
Decimal 8 145 114 0.94 0 0.21 0.43 166.42 0.9 0.3
Hex 8 91 72 5E 0 15 2B A6 5A 1E
Octal 10 221 162 136 0 25 53 246 132 36
Binary 1000 10010001 1110010 1011110 0 10101 101011 10100110 1011010 11110

Color Harmonies of #089172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089172

Black with #089172

Text Example


Text Example

White with #089172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089172; }

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

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

background-color css

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

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

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

border-color css

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

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

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