#857C13

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

Shades of Olive #857C13

Tints of Olive #857C13

Color information

#857C13 (or 0x857C13) is unknown color: approx Olive. HEX triplet: 85, 7C and 13. RGB value is (133,124,19). Sum of RGB (Red+Green+Blue) = 133+124+19=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #857C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C13 is #7A83EC. Grayscale: #737373. Windows color (decimal): -8029165 or 1277061. OLE color: 1277061.

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

Color convert

RGB13312419-
CMYK00.070.860.48
HSL55.26º75%29.8%-
HSV(B)55.26º85.71%52.16%-
XYZ1719.453.47-
YUV114.7273.98141.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 19 (7.81% from 255) = 6.88%
R=48.19%
G=44.93%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331241900.070.860.4855.267529.8
Hex857C13075630374b1e
Octal2051742307126606711336
Binary1000010111111001001101111010110110000110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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