#857910

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

Shades of Olive #857910

Tints of Olive #857910

Color information

#857910 (or 0x857910) is unknown color: approx Olive. HEX triplet: 85, 79 and 10. RGB value is (133,121,16). Sum of RGB (Red+Green+Blue) = 133+121+16=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #857910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857910 is #7A86EF. Grayscale: #717171. Windows color (decimal): -8029936 or 1079685. OLE color: 1079685.

HSL color Cylindrical-coordinate representation of color #857910: hue angle of 53.85º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #857910 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13312116-
CMYK00.090.880.48
HSL53.85º78.52%29.22%-
HSV(B)53.85º87.97%52.16%-
XYZ16.618.73.22-
YUV112.6273.48142.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 16 (6.64% from 255) = 5.93%
R=49.26%
G=44.81%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331211600.090.880.4853.8578.5229.22
Hex857910095830364f1d
Octal20517120011130606611735
Binary10000101111100110000010011011000110000110110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857910; }

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

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

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

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

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

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

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

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