#857610

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

Shades of Olive #857610

Tints of Olive #857610

Color information

#857610 (or 0x857610) is unknown color: approx Olive. HEX triplet: 85, 76 and 10. RGB value is (133,118,16). Sum of RGB (Red+Green+Blue) = 133+118+16=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #857610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857610 is #7A89EF. Grayscale: #6F6F6F. Windows color (decimal): -8030704 or 1078917. OLE color: 1078917.

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

Color convert

RGB13311816-
CMYK00.110.880.48
HSL52.31º78.52%29.22%-
HSV(B)52.31º87.97%52.16%-
XYZ16.2417.983.1-
YUV110.8674.47143.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=49.81%
G=44.19%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331181600.110.880.4852.3178.5229.22
Hex8576100B5830344f1d
Octal20516620013130606411735
Binary10000101111011010000010111011000110000110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857610; }

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

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

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

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

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

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

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

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