#857B13

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

Shades of Olive #857B13

Tints of Olive #857B13

Color information

#857B13 (or 0x857B13) is unknown color: approx Olive. HEX triplet: 85, 7B and 13. RGB value is (133,123,19). Sum of RGB (Red+Green+Blue) = 133+123+19=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #857B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B13 is #7A84EC. Grayscale: #727272. Windows color (decimal): -8029421 or 1276805. OLE color: 1276805.

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

Color convert

RGB13312319-
CMYK00.080.860.48
HSL54.74º75%29.8%-
HSV(B)54.74º85.71%52.16%-
XYZ16.8719.23.43-
YUV114.1374.31141.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 19 (7.81% from 255) = 6.91%
R=48.36%
G=44.73%
B=6.91%

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
Decimal1331231900.080.860.4854.747529.8
Hex857B13085630374b1e
Octal20517323010126606711336
Binary10000101111101110011010001010110110000110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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