#857912

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

Shades of Olive #857912

Tints of Olive #857912

Color information

#857912 (or 0x857912) is unknown color: approx Olive. HEX triplet: 85, 79 and 12. RGB value is (133,121,18). Sum of RGB (Red+Green+Blue) = 133+121+18=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #857912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857912 is #7A86ED. Grayscale: #717171. Windows color (decimal): -8029934 or 1210757. OLE color: 1210757.

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

Color convert

RGB13312118-
CMYK00.090.860.48
HSL53.74º76.16%29.61%-
HSV(B)53.74º86.47%52.16%-
XYZ16.6218.73.31-
YUV112.8574.48142.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=48.90%
G=44.49%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331211800.090.860.4853.7476.1629.61
Hex857912095630364c1e
Octal20517122011126606611436
Binary10000101111100110010010011010110110000110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857912; }

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

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

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

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

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

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

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

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