#857205

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

Shades of Olive #857205

Tints of Olive #857205

Color information

#857205 (or 0x857205) is unknown color: approx Olive. HEX triplet: 85, 72 and 05. RGB value is (133,114,5). Sum of RGB (Red+Green+Blue) = 133+114+5=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #857205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857205 is #7A8DFA. Grayscale: #6B6B6B. Windows color (decimal): -8031739 or 356997. OLE color: 356997.

HSL color Cylindrical-coordinate representation of color #857205: hue angle of 51.09º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #857205 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB1331145-
CMYK00.140.960.48
HSL51.09º92.75%27.06%-
HSV(B)51.09º96.24%52.16%-
XYZ15.7217.032.6-
YUV107.2570.29146.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=52.78%
G=45.24%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133114500.140.960.4851.0992.7527.06
Hex857250E6030335d1b
Octal2051625016140606313533
Binary100001011110010101011101100000110000110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857205; }

 p { color: rgb(133,114,5); }

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

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

 a { background-color: rgb(133,114,5); }

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

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

 span { border-color: rgb(133,114,5); }

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