Html Css Color HEX #088977 Observatory

📋 copy color: '#088977'

red 8 ◦ green 137 ◦ blue 119

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

Shades of Observatory #088977

Tints of Observatory #088977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.89%

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

R = 3.03%
G = 51.89%
B = 45.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#088977 (or 0x088977) is known color: Observatory. HEX triplet: 08, 89 and 77. RGB value is (8,137,119). Sum of RGB (Red+Green+Blue) = 8+137+119=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #088977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088977 is #F77688. Grayscale: #606060. Windows color (decimal): -16217737 or 7833864. OLE color: 7833864.

HSL color Cylindrical-coordinate representation of color #088977: hue angle of 171.63º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088977 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 119 -
CMYK 0.94 0 0.13 0.46
HSL 171.63º 0.89% 0.28% -
HSV(B) 171.63º 0.94% 0.54% -
XYZ 12.38 19.27 20.52 -
YUV 96.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 8 137 119 0.94 0 0.13 0.46 171.63 0.89 0.28
Hex 8 89 77 5E 0 D 2E AC 59 1C
Octal 10 211 167 136 0 15 56 254 131 34
Binary 1000 10001001 1110111 1011110 0 1101 101110 10101100 1011001 11100

Color Harmonies of #088977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088977

Black with #088977

Text Example


Text Example

White with #088977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088977; }

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

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

background-color css

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

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

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

border-color css

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

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

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