Html Css Color HEX #089379 Observatory

📋 copy color: '#089379'

red 8 ◦ green 147 ◦ blue 121

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

Shades of Observatory #089379

Tints of Observatory #089379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 2.9%
G = 53.26%
B = 43.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#089379 (or 0x089379) is known color: Observatory. HEX triplet: 08, 93 and 79. RGB value is (8,147,121). Sum of RGB (Red+Green+Blue) = 8+147+121=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #089379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089379 is #F76C86. Grayscale: #666666. Windows color (decimal): -16215175 or 7967496. OLE color: 7967496.

HSL color Cylindrical-coordinate representation of color #089379: hue angle of 168.78º 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 #089379 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 121 -
CMYK 0.95 0 0.18 0.42
HSL 168.78º 0.9% 0.3% -
HSV(B) 168.78º 0.95% 0.58% -
XYZ 13.99 22.3 21.66 -
YUV 102.48 138.45 60.61 -
System Red Green Blue C M Y K H S L
Decimal 8 147 121 0.95 0 0.18 0.42 168.78 0.9 0.3
Hex 8 93 79 5F 0 12 2A A9 5A 1E
Octal 10 223 171 137 0 22 52 251 132 36
Binary 1000 10010011 1111001 1011111 0 10010 101010 10101001 1011010 11110

Color Harmonies of #089379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089379

Black with #089379

Text Example


Text Example

White with #089379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089379; }

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

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

background-color css

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

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

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

border-color css

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

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

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