Html Css Color HEX #089478 Observatory

📋 copy color: '#089478'

red 8 ◦ green 148 ◦ blue 120

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

Shades of Observatory #089478

Tints of Observatory #089478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 2.9%
G = 53.62%
B = 43.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#089478 (or 0x089478) is known color: Observatory. HEX triplet: 08, 94 and 78. RGB value is (8,148,120). Sum of RGB (Red+Green+Blue) = 8+148+120=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #089478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089478 is #F76B87. Grayscale: #666666. Windows color (decimal): -16214920 or 7902216. OLE color: 7902216.

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

Color convert

RGB 8 148 120 -
CMYK 0.95 0 0.19 0.42
HSL 168º 0.9% 0.31% -
HSV(B) 168º 0.95% 0.58% -
XYZ 14.08 22.59 21.39 -
YUV 102.95 137.62 60.28 -
System Red Green Blue C M Y K H S L
Decimal 8 148 120 0.95 0 0.19 0.42 168 0.9 0.31
Hex 8 94 78 5F 0 13 2A A8 5A 1F
Octal 10 224 170 137 0 23 52 250 132 37
Binary 1000 10010100 1111000 1011111 0 10011 101010 10101000 1011010 11111

Color Harmonies of #089478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089478

Black with #089478

Text Example


Text Example

White with #089478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089478; }

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

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

background-color css

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

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

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

border-color css

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

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

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