Html Css Color HEX #089070 Observatory

📋 copy color: '#089070'

red 8 ◦ green 144 ◦ blue 112

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

Shades of Observatory #089070

Tints of Observatory #089070

RGB

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

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

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

R = 3.03%
G = 54.55%
B = 42.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#089070 (or 0x089070) is known color: Observatory. HEX triplet: 08, 90 and 70. RGB value is (8,144,112). Sum of RGB (Red+Green+Blue) = 8+144+112=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #089070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089070 is #F76F8F. Grayscale: #636363. Windows color (decimal): -16215952 or 7376904. OLE color: 7376904.

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

Color convert

RGB 8 144 112 -
CMYK 0.94 0 0.22 0.44
HSL 165.88º 0.89% 0.3% -
HSV(B) 165.88º 0.94% 0.56% -
XYZ 13 21.17 18.73 -
YUV 99.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 8 144 112 0.94 0 0.22 0.44 165.88 0.89 0.3
Hex 8 90 70 5E 0 16 2C A6 59 1E
Octal 10 220 160 136 0 26 54 246 131 36
Binary 1000 10010000 1110000 1011110 0 10110 101100 10100110 1011001 11110

Color Harmonies of #089070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089070

Black with #089070

Text Example


Text Example

White with #089070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089070; }

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

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

background-color css

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

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

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

border-color css

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

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

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