#867901

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

Shades of Olive #867901

Tints of Olive #867901

Color information

#867901 (or 0x867901) is unknown color: approx Olive. HEX triplet: 86, 79 and 01. RGB value is (134,121,1). Sum of RGB (Red+Green+Blue) = 134+121+1=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #867901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867901 is #7986FE. Grayscale: #6F6F6F. Windows color (decimal): -7964415 or 96646. OLE color: 96646.

HSL color Cylindrical-coordinate representation of color #867901: hue angle of 54.14º 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 #867901 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1341211-
CMYK00.100.990.47
HSL54.14º98.52%26.47%-
HSV(B)54.14º99.25%52.55%-
XYZ16.6718.752.77-
YUV111.2165.81144.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 121 (47.66% from 255) = 47.27%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=52.34%
G=47.27%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134121100.100.990.4754.1498.5226.47
Hex867910A632F36631a
Octal2061711012143576614332
Binary1000011011110011010101100011101111110110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867901; }

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

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

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

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

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

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

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

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