Html Css Color HEX #088873 Observatory

📋 copy color: '#088873'

red 8 ◦ green 136 ◦ blue 115

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

Shades of Observatory #088873

Tints of Observatory #088873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 3.09%
G = 52.51%
B = 44.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#088873 (or 0x088873) is known color: Observatory. HEX triplet: 08, 88 and 73. RGB value is (8,136,115). Sum of RGB (Red+Green+Blue) = 8+136+115=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #088873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088873 is #F7778C. Grayscale: #5F5F5F. Windows color (decimal): -16217997 or 7571464. OLE color: 7571464.

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

Color convert

RGB 8 136 115 -
CMYK 0.94 0 0.15 0.47
HSL 170.16º 0.89% 0.28% -
HSV(B) 170.16º 0.94% 0.53% -
XYZ 12 18.9 19.23 -
YUV 95.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 8 136 115 0.94 0 0.15 0.47 170.16 0.89 0.28
Hex 8 88 73 5E 0 F 2F AA 59 1C
Octal 10 210 163 136 0 17 57 252 131 34
Binary 1000 10001000 1110011 1011110 0 1111 101111 10101010 1011001 11100

Color Harmonies of #088873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088873

Black with #088873

Text Example


Text Example

White with #088873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088873; }

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

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

background-color css

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

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

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

border-color css

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

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

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