Html Css Color HEX #088864 Observatory

📋 copy color: '#088864'

red 8 ◦ green 136 ◦ blue 100

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

Shades of Observatory #088864

Tints of Observatory #088864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.98%

R = 3.28%
G = 55.74%
B = 40.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#088864 (or 0x088864) is known color: Observatory. HEX triplet: 08, 88 and 64. RGB value is (8,136,100). Sum of RGB (Red+Green+Blue) = 8+136+100=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #088864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088864 is #F7779B. Grayscale: #5D5D5D. Windows color (decimal): -16218012 or 6588424. OLE color: 6588424.

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

Color convert

RGB 8 136 100 -
CMYK 0.94 0 0.26 0.47
HSL 163.13º 0.89% 0.28% -
HSV(B) 163.13º 0.94% 0.53% -
XYZ 11.2 18.58 15.05 -
YUV 93.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 8 136 100 0.94 0 0.26 0.47 163.13 0.89 0.28
Hex 8 88 64 5E 0 1A 2F A3 59 1C
Octal 10 210 144 136 0 32 57 243 131 34
Binary 1000 10001000 1100100 1011110 0 11010 101111 10100011 1011001 11100

Color Harmonies of #088864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088864

Black with #088864

Text Example


Text Example

White with #088864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088864; }

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

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

background-color css

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

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

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

border-color css

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

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

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