Html Css Color HEX #089479 Observatory

📋 copy color: '#089479'

red 8 ◦ green 148 ◦ blue 121

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

Shades of Observatory #089479

Tints of Observatory #089479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.43%

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

R = 2.89%
G = 53.43%
B = 43.68%

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

#089479 (or 0x089479) is known color: Observatory. HEX triplet: 08, 94 and 79. RGB value is (8,148,121). Sum of RGB (Red+Green+Blue) = 8+148+121=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #089479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089479 is #F76B86. Grayscale: #676767. Windows color (decimal): -16214919 or 7967752. OLE color: 7967752.

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

Color convert

RGB 8 148 121 -
CMYK 0.95 0 0.18 0.42
HSL 168.43º 0.9% 0.31% -
HSV(B) 168.43º 0.95% 0.58% -
XYZ 14.14 22.61 21.71 -
YUV 103.06 138.12 60.2 -
System Red Green Blue C M Y K H S L
Decimal 8 148 121 0.95 0 0.18 0.42 168.43 0.9 0.31
Hex 8 94 79 5F 0 12 2A A8 5A 1F
Octal 10 224 171 137 0 22 52 250 132 37
Binary 1000 10010100 1111001 1011111 0 10010 101010 10101000 1011010 11111

Color Harmonies of #089479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089479

Black with #089479

Text Example


Text Example

White with #089479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089479; }

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

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

background-color css

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

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

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

border-color css

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

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

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