#867C13

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

Shades of Olive #867C13

Tints of Olive #867C13

Color information

#867C13 (or 0x867C13) is unknown color: approx Olive. HEX triplet: 86, 7C and 13. RGB value is (134,124,19). Sum of RGB (Red+Green+Blue) = 134+124+19=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #867C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C13 is #7983EC. Grayscale: #737373. Windows color (decimal): -7963629 or 1277062. OLE color: 1277062.

HSL color Cylindrical-coordinate representation of color #867C13: hue angle of 54.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #867C13 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13412419-
CMYK00.070.860.47
HSL54.78º75.16%30%-
HSV(B)54.78º85.82%52.55%-
XYZ17.1619.533.48-
YUV115.0273.81141.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=48.38%
G=44.77%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341241900.070.860.4754.7875.1630
Hex867C1307562F374b1e
Octal2061742307126576711336
Binary1000011011111001001101111010110101111110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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