#868801

Color #868801 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #868801

Tints of Olive #868801

Color information

#868801 (or 0x868801) is unknown color: approx Olive. HEX triplet: 86, 88 and 01. RGB value is (134,136,1). Sum of RGB (Red+Green+Blue) = 134+136+1=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #868801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868801 is #7977FE. Grayscale: #787878. Windows color (decimal): -7960575 or 100486. OLE color: 100486.

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

Color convert

RGB1341361-
CMYK0.0100.990.47
HSL60.89º98.54%26.86%-
HSV(B)60.89º99.26%53.33%-
XYZ18.6422.683.42-
YUV120.0160.84137.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=49.45%
G=50.18%
B=0.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413610.0100.990.4760.8998.5426.86
Hex8688110632F3d631b
Octal206210110143577514333
Binary10000110100010001101100011101111111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868801; }

 p { color: rgb(134,136,1); }

 H1.HeaderClassName
 {
   color: #868801;
 }
 .AnyTagClassName
 {
   color: #868801;
 }
</style>
background-color css

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

 a { background-color: rgb(134,136,1); }

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

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

 span { border-color: rgb(134,136,1); }

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