#868001

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

Shades of Olive #868001

Tints of Olive #868001

Color information

#868001 (or 0x868001) is unknown color: approx Olive. HEX triplet: 86, 80 and 01. RGB value is (134,128,1). Sum of RGB (Red+Green+Blue) = 134+128+1=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #868001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868001 is #797FFE. Grayscale: #737373. Windows color (decimal): -7962623 or 98438. OLE color: 98438.

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

Color convert

RGB1341281-
CMYK00.040.990.47
HSL57.29º98.52%26.47%-
HSV(B)57.29º99.25%52.55%-
XYZ17.5620.513.06-
YUV115.3263.49141.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=50.95%
G=48.67%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134128100.040.990.4757.2998.5226.47
Hex8680104632F39631a
Octal206200104143577114332
Binary1000011010000000101001100011101111111001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868001; }

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

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

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

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

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

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

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

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