#867400

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

Shades of Olive #867400

Tints of Olive #867400

Color information

#867400 (or 0x867400) is unknown color: approx Olive. HEX triplet: 86, 74 and 00. RGB value is (134,116,0). Sum of RGB (Red+Green+Blue) = 134+116+0=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #867400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867400 is #798BFF. Grayscale: #6C6C6C. Windows color (decimal): -7965696 or 29830. OLE color: 29830.

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

Color convert

RGB1341160-
CMYK00.1310.47
HSL51.94º100%26.27%-
HSV(B)51.94º100%52.55%-
XYZ16.0817.562.54-
YUV108.1666.96146.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.6%
G=46.4%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134116000.1310.4751.9410026.27
Hex867400D642F34641a
Octal2061640015144576414432
Binary1000011011101000011011100100101111110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867400; }

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

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

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

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

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

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

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

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