Html Css Color HEX #089477 Observatory

📋 copy color: '#089477'

red 8 ◦ green 148 ◦ blue 119

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

Shades of Observatory #089477

Tints of Observatory #089477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 2.91%
G = 53.82%
B = 43.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#089477 (or 0x089477) is known color: Observatory. HEX triplet: 08, 94 and 77. RGB value is (8,148,119). Sum of RGB (Red+Green+Blue) = 8+148+119=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #089477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089477 is #F76B88. Grayscale: #666666. Windows color (decimal): -16214921 or 7836680. OLE color: 7836680.

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

Color convert

RGB 8 148 119 -
CMYK 0.95 0 0.20 0.42
HSL 167.57º 0.9% 0.31% -
HSV(B) 167.57º 0.95% 0.58% -
XYZ 14.02 22.56 21.07 -
YUV 102.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 8 148 119 0.95 0 0.20 0.42 167.57 0.9 0.31
Hex 8 94 77 5F 0 14 2A A8 5A 1F
Octal 10 224 167 137 0 24 52 250 132 37
Binary 1000 10010100 1110111 1011111 0 10100 101010 10101000 1011010 11111

Color Harmonies of #089477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089477

Black with #089477

Text Example


Text Example

White with #089477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089477; }

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

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

background-color css

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

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

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

border-color css

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

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

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