#867C12

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

Shades of Olive #867C12

Tints of Olive #867C12

Color information

#867C12 (or 0x867C12) is unknown color: approx Olive. HEX triplet: 86, 7C and 12. RGB value is (134,124,18). Sum of RGB (Red+Green+Blue) = 134+124+18=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #867C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C12 is #7983ED. Grayscale: #737373. Windows color (decimal): -7963630 or 1211526. OLE color: 1211526.

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

Color convert

RGB13412418-
CMYK00.070.870.47
HSL54.83º76.32%29.8%-
HSV(B)54.83º86.57%52.55%-
XYZ17.1519.533.44-
YUV114.9173.31141.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=48.55%
G=44.93%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341241800.070.870.4754.8376.3229.8
Hex867C1207572F374c1e
Octal2061742207127576711436
Binary1000011011111001001001111010111101111110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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