#867300

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

Shades of Olive #867300

Tints of Olive #867300

Color information

#867300 (or 0x867300) is unknown color: approx Olive. HEX triplet: 86, 73 and 00. RGB value is (134,115,0). Sum of RGB (Red+Green+Blue) = 134+115+0=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #867300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867300 is #798CFF. Grayscale: #6C6C6C. Windows color (decimal): -7965952 or 29574. OLE color: 29574.

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

Color convert

RGB1341150-
CMYK00.1410.47
HSL51.49º100%26.27%-
HSV(B)51.49º100%52.55%-
XYZ15.9617.332.5-
YUV107.5767.29146.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.82%
G=46.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134115000.1410.4751.4910026.27
Hex867300E642F33641a
Octal2061630016144576314432
Binary1000011011100110011101100100101111110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867300; }

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

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

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

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

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

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

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

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