Html Css Color HEX #088979 Observatory

📋 copy color: '#088979'

red 8 ◦ green 137 ◦ blue 121

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

Shades of Observatory #088979

Tints of Observatory #088979

RGB

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

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

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

R = 3.01%
G = 51.5%
B = 45.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#088979 (or 0x088979) is known color: Observatory. HEX triplet: 08, 89 and 79. RGB value is (8,137,121). Sum of RGB (Red+Green+Blue) = 8+137+121=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #088979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088979 is #F77686. Grayscale: #606060. Windows color (decimal): -16217735 or 7964936. OLE color: 7964936.

HSL color Cylindrical-coordinate representation of color #088979: hue angle of 172.56º 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 #088979 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 121 -
CMYK 0.94 0 0.12 0.46
HSL 172.56º 0.89% 0.28% -
HSV(B) 172.56º 0.94% 0.54% -
XYZ 12.5 19.32 21.16 -
YUV 96.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 8 137 121 0.94 0 0.12 0.46 172.56 0.89 0.28
Hex 8 89 79 5E 0 C 2E AD 59 1C
Octal 10 211 171 136 0 14 56 255 131 34
Binary 1000 10001001 1111001 1011110 0 1100 101110 10101101 1011001 11100

Color Harmonies of #088979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088979

Black with #088979

Text Example


Text Example

White with #088979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088979; }

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

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

background-color css

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

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

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

border-color css

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

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

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