Html Css Color HEX #008866 Observatory

📋 copy color: '#008866'

red 0 ◦ green 136 ◦ blue 102

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

Shades of Observatory #008866

Tints of Observatory #008866

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#008866 (or 0x008866) is known color: Observatory. HEX triplet: 00, 88 and 66. RGB value is (0,136,102). Sum of RGB (Red+Green+Blue) = 0+136+102=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #008866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008866 is #FF7799. Grayscale: #5B5B5B. Windows color (decimal): -16742298 or 6719488. OLE color: 6719488.

HSL color Cylindrical-coordinate representation of color #008866: hue angle of 165º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008866 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 102 -
CMYK 1 0 0.25 0.47
HSL 165º 1% 0.27% -
HSV(B) 165º 1% 0.53% -
XYZ 11.2 18.57 15.56 -
YUV 91.46 133.94 62.76 -
System Red Green Blue C M Y K H S L
Decimal 0 136 102 1 0 0.25 0.47 165 1 0.27
Hex 0 88 66 64 0 19 2F A5 64 1B
Octal 0 210 146 144 0 31 57 245 144 33
Binary 0 10001000 1100110 1100100 0 11001 101111 10100101 1100100 11011

Color Harmonies of #008866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008866

Black with #008866

Text Example


Text Example

White with #008866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008866; }

 p { color: rgb(0,136,102); }

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

background-color css

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

 a { background-color: rgb(0,136,102); }

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

border-color css

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

 span { border-color: rgb(0,136,102); }

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