#857812

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

Shades of Olive #857812

Tints of Olive #857812

Color information

#857812 (or 0x857812) is unknown color: approx Olive. HEX triplet: 85, 78 and 12. RGB value is (133,120,18). Sum of RGB (Red+Green+Blue) = 133+120+18=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #857812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857812 is #7A87ED. Grayscale: #707070. Windows color (decimal): -8030190 or 1210501. OLE color: 1210501.

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

Color convert

RGB13312018-
CMYK00.100.860.48
HSL53.22º76.16%29.61%-
HSV(B)53.22º86.47%52.16%-
XYZ16.518.463.27-
YUV112.2674.81142.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=49.08%
G=44.28%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331201800.100.860.4853.2276.1629.61
Hex8578120A5630354c1e
Octal20517022012126606511436
Binary10000101111100010010010101010110110000110101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857812; }

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

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

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

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

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

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

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

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