#867404

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

Shades of Olive #867404

Tints of Olive #867404

Color information

#867404 (or 0x867404) is unknown color: approx Olive. HEX triplet: 86, 74 and 04. RGB value is (134,116,4). Sum of RGB (Red+Green+Blue) = 134+116+4=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #867404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867404 is #798BFB. Grayscale: #6D6D6D. Windows color (decimal): -7965692 or 291974. OLE color: 291974.

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

Color convert

RGB1341164-
CMYK00.130.970.47
HSL51.69º94.2%27.06%-
HSV(B)51.69º97.01%52.55%-
XYZ16.117.572.66-
YUV108.6168.96146.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=52.76%
G=45.67%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134116400.130.970.4751.6994.227.06
Hex867440D612F345e1b
Octal2061644015141576413633
Binary100001101110100100011011100001101111110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867404; }

 p { color: rgb(134,116,4); }

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

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

 a { background-color: rgb(134,116,4); }

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

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

 span { border-color: rgb(134,116,4); }

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