Html Css Color HEX #00866E Observatory

📋 copy color: '#00866E'

red 0 ◦ green 134 ◦ blue 110

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

Shades of Observatory #00866E

Tints of Observatory #00866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.92%

 BLUE value IS 110 (43.36% from 255) = 45.08%

R = 0%
G = 54.92%
B = 45.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#00866E (or 0x00866E) is known color: Observatory. HEX triplet: 00, 86 and 6E. RGB value is (0,134,110). Sum of RGB (Red+Green+Blue) = 0+134+110=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #00866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00866E is #FF7991. Grayscale: #5B5B5B. Windows color (decimal): -16742802 or 7243264. OLE color: 7243264.

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

Color convert

RGB 0 134 110 -
CMYK 1 0 0.18 0.47
HSL 169.25º 1% 0.26% -
HSV(B) 169.25º 1% 0.53% -
XYZ 11.34 18.18 17.66 -
YUV 91.2 138.61 62.95 -
System Red Green Blue C M Y K H S L
Decimal 0 134 110 1 0 0.18 0.47 169.25 1 0.26
Hex 0 86 6E 64 0 12 2F A9 64 1A
Octal 0 206 156 144 0 22 57 251 144 32
Binary 0 10000110 1101110 1100100 0 10010 101111 10101001 1100100 11010

Color Harmonies of #00866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00866E

Black with #00866E

Text Example


Text Example

White with #00866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00866E; }

 p { color: rgb(0,134,110); }

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

background-color css

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

 a { background-color: rgb(0,134,110); }

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

border-color css

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

 span { border-color: rgb(0,134,110); }

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