Html Css Color HEX #088879 Observatory

📋 copy color: '#088879'

red 8 ◦ green 136 ◦ blue 121

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

Shades of Observatory #088879

Tints of Observatory #088879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.32%

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

R = 3.02%
G = 51.32%
B = 45.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#088879 (or 0x088879) is known color: Observatory. HEX triplet: 08, 88 and 79. RGB value is (8,136,121). Sum of RGB (Red+Green+Blue) = 8+136+121=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #088879 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088879 is #F77786. Grayscale: #5F5F5F. Windows color (decimal): -16217991 or 7964680. OLE color: 7964680.

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

Color convert

RGB 8 136 121 -
CMYK 0.94 0 0.11 0.47
HSL 172.97º 0.89% 0.28% -
HSV(B) 172.97º 0.94% 0.53% -
XYZ 12.36 19.04 21.11 -
YUV 96.02 142.09 65.22 -
System Red Green Blue C M Y K H S L
Decimal 8 136 121 0.94 0 0.11 0.47 172.97 0.89 0.28
Hex 8 88 79 5E 0 B 2F AD 59 1C
Octal 10 210 171 136 0 13 57 255 131 34
Binary 1000 10001000 1111001 1011110 0 1011 101111 10101101 1011001 11100

Color Harmonies of #088879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088879

Black with #088879

Text Example


Text Example

White with #088879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088879; }

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

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

background-color css

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

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

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

border-color css

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

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

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