#867304

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

Shades of Olive #867304

Tints of Olive #867304

Color information

#867304 (or 0x867304) is unknown color: approx Olive. HEX triplet: 86, 73 and 04. RGB value is (134,115,4). Sum of RGB (Red+Green+Blue) = 134+115+4=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #867304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867304 is #798CFB. Grayscale: #6C6C6C. Windows color (decimal): -7965948 or 291718. OLE color: 291718.

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

Color convert

RGB1341154-
CMYK00.140.970.47
HSL51.23º94.2%27.06%-
HSV(B)51.23º97.01%52.55%-
XYZ15.9817.342.62-
YUV108.0369.29146.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=52.96%
G=45.45%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134115400.140.970.4751.2394.227.06
Hex867340E612F335e1b
Octal2061634016141576313633
Binary100001101110011100011101100001101111110011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867304; }

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

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

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

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

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

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

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

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