Html Css Color HEX #089370 Observatory

📋 copy color: '#089370'

red 8 ◦ green 147 ◦ blue 112

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

Shades of Observatory #089370

Tints of Observatory #089370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

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

R = 3%
G = 55.06%
B = 41.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#089370 (or 0x089370) is known color: Observatory. HEX triplet: 08, 93 and 70. RGB value is (8,147,112). Sum of RGB (Red+Green+Blue) = 8+147+112=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #089370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089370 is #F76C8F. Grayscale: #656565. Windows color (decimal): -16215184 or 7377672. OLE color: 7377672.

HSL color Cylindrical-coordinate representation of color #089370: hue angle of 164.89º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089370 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 112 -
CMYK 0.95 0 0.24 0.42
HSL 164.89º 0.9% 0.3% -
HSV(B) 164.89º 0.95% 0.58% -
XYZ 13.46 22.09 18.88 -
YUV 101.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 8 147 112 0.95 0 0.24 0.42 164.89 0.9 0.3
Hex 8 93 70 5F 0 18 2A A5 5A 1E
Octal 10 223 160 137 0 30 52 245 132 36
Binary 1000 10010011 1110000 1011111 0 11000 101010 10100101 1011010 11110

Color Harmonies of #089370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089370

Black with #089370

Text Example


Text Example

White with #089370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089370; }

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

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

background-color css

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

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

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

border-color css

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

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

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