#867C02

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

Shades of Olive #867C02

Tints of Olive #867C02

Color information

#867C02 (or 0x867C02) is unknown color: approx Olive. HEX triplet: 86, 7C and 02. RGB value is (134,124,2). Sum of RGB (Red+Green+Blue) = 134+124+2=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #867C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C02 is #7983FD. Grayscale: #717171. Windows color (decimal): -7963646 or 162950. OLE color: 162950.

HSL color Cylindrical-coordinate representation of color #867C02: hue angle of 55.45º degrees, saturation: 0.97, 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 #867C02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1341242-
CMYK00.070.990.47
HSL55.45º97.06%26.67%-
HSV(B)55.45º98.51%52.55%-
XYZ17.0519.492.92-
YUV113.0865.31142.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 124 (48.83% from 255) = 47.69%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=51.54%
G=47.69%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134124200.070.990.4755.4597.0626.67
Hex867C207632F37611b
Octal206174207143576714133
Binary1000011011111001001111100011101111110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,2); }

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

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

 a { background-color: rgb(134,124,2); }

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

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

 span { border-color: rgb(134,124,2); }

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