Html Css Color HEX #089174 Observatory

📋 copy color: '#089174'

red 8 ◦ green 145 ◦ blue 116

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

Shades of Observatory #089174

Tints of Observatory #089174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 2.97%
G = 53.9%
B = 43.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#089174 (or 0x089174) is known color: Observatory. HEX triplet: 08, 91 and 74. RGB value is (8,145,116). Sum of RGB (Red+Green+Blue) = 8+145+116=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #089174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089174 is #F76E8B. Grayscale: #646464. Windows color (decimal): -16215692 or 7639304. OLE color: 7639304.

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

Color convert

RGB 8 145 116 -
CMYK 0.94 0 0.2 0.43
HSL 167.3º 0.9% 0.3% -
HSV(B) 167.3º 0.94% 0.57% -
XYZ 13.38 21.56 19.98 -
YUV 100.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 8 145 116 0.94 0 0.2 0.43 167.3 0.9 0.3
Hex 8 91 74 5E 0 14 2B A7 5A 1E
Octal 10 221 164 136 0 24 53 247 132 36
Binary 1000 10010001 1110100 1011110 0 10100 101011 10100111 1011010 11110

Color Harmonies of #089174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089174

Black with #089174

Text Example


Text Example

White with #089174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089174; }

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

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

background-color css

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

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

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

border-color css

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

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

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