#867E01

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

Shades of Olive #867E01

Tints of Olive #867E01

Color information

#867E01 (or 0x867E01) is unknown color: approx Olive. HEX triplet: 86, 7E and 01. RGB value is (134,126,1). Sum of RGB (Red+Green+Blue) = 134+126+1=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #867E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E01 is #7981FE. Grayscale: #727272. Windows color (decimal): -7963135 or 97926. OLE color: 97926.

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

Color convert

RGB1341261-
CMYK00.060.990.47
HSL56.39º98.52%26.47%-
HSV(B)56.39º99.25%52.55%-
XYZ17.319.992.98-
YUV114.1464.15142.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 126 (49.61% from 255) = 48.28%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=51.34%
G=48.28%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134126100.060.990.4756.3998.5226.47
Hex867E106632F38631a
Octal206176106143577014332
Binary100001101111110101101100011101111111000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E01; }

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

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

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

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

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

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

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

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