#857C12

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

Shades of Olive #857C12

Tints of Olive #857C12

Color information

#857C12 (or 0x857C12) is unknown color: approx Olive. HEX triplet: 85, 7C and 12. RGB value is (133,124,18). Sum of RGB (Red+Green+Blue) = 133+124+18=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #857C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C12 is #7A83ED. Grayscale: #737373. Windows color (decimal): -8029166 or 1211525. OLE color: 1211525.

HSL color Cylindrical-coordinate representation of color #857C12: hue angle of 55.3º degrees, saturation: 0.76, 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 #857C12 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13312418-
CMYK00.070.860.48
HSL55.3º76.16%29.61%-
HSV(B)55.3º86.47%52.16%-
XYZ16.9919.453.43-
YUV114.6173.48141.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=48.36%
G=45.09%
B=6.55%

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
Decimal1331241800.070.860.4855.376.1629.61
Hex857C12075630374c1e
Octal2051742207126606711436
Binary1000010111111001001001111010110110000110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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