#857B12

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

Shades of Olive #857B12

Tints of Olive #857B12

Color information

#857B12 (or 0x857B12) is unknown color: approx Olive. HEX triplet: 85, 7B and 12. RGB value is (133,123,18). Sum of RGB (Red+Green+Blue) = 133+123+18=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #857B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B12 is #7A84ED. Grayscale: #727272. Windows color (decimal): -8029422 or 1211269. OLE color: 1211269.

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

Color convert

RGB13312318-
CMYK00.080.860.48
HSL54.78º76.16%29.61%-
HSV(B)54.78º86.47%52.16%-
XYZ16.8719.23.39-
YUV114.0273.81141.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 123 (48.44% from 255) = 44.89%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=48.54%
G=44.89%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331231800.080.860.4854.7876.1629.61
Hex857B12085630374c1e
Octal20517322010126606711436
Binary10000101111101110010010001010110110000110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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