#85840E

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

Shades of Olive #85840E

Tints of Olive #85840E

Color information

#85840E (or 0x85840E) is unknown color: approx Olive. HEX triplet: 85, 84 and 0E. RGB value is (133,132,14). Sum of RGB (Red+Green+Blue) = 133+132+14=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85840E is #7A7BF1. Grayscale: #777777. Windows color (decimal): -8027122 or 951429. OLE color: 951429.

HSL color Cylindrical-coordinate representation of color #85840E: hue angle of 59.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85840E is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13313214-
CMYK00.010.890.48
HSL59.5º80.95%28.82%-
HSV(B)59.5º89.47%52.16%-
XYZ1821.523.62-
YUV118.8568.83138.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=47.67%
G=47.31%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331321400.010.890.4859.580.9528.82
Hex8584E0159303b511d
Octal2052041601131607312135
Binary10000101100001001110011011001110000111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85840E; }

 p { color: rgb(133,132,14); }

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

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

 a { background-color: rgb(133,132,14); }

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

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

 span { border-color: rgb(133,132,14); }

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