Html Css Color HEX #00866F Observatory

📋 copy color: '#00866F'

red 0 ◦ green 134 ◦ blue 111

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

Shades of Observatory #00866F

Tints of Observatory #00866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 0%
G = 54.69%
B = 45.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#00866F (or 0x00866F) is known color: Observatory. HEX triplet: 00, 86 and 6F. RGB value is (0,134,111). Sum of RGB (Red+Green+Blue) = 0+134+111=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #00866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00866F is #FF7990. Grayscale: #5B5B5B. Windows color (decimal): -16742801 or 7308800. OLE color: 7308800.

HSL color Cylindrical-coordinate representation of color #00866F: hue angle of 169.7º 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 #00866F is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 134 111 -
CMYK 1 0 0.17 0.47
HSL 169.7º 1% 0.26% -
HSV(B) 169.7º 1% 0.53% -
XYZ 11.39 18.2 17.95 -
YUV 91.31 139.11 62.87 -
System Red Green Blue C M Y K H S L
Decimal 0 134 111 1 0 0.17 0.47 169.7 1 0.26
Hex 0 86 6F 64 0 11 2F AA 64 1A
Octal 0 206 157 144 0 21 57 252 144 32
Binary 0 10000110 1101111 1100100 0 10001 101111 10101010 1100100 11010

Color Harmonies of #00866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00866F

Black with #00866F

Text Example


Text Example

White with #00866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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