#85800E

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

Shades of Olive #85800E

Tints of Olive #85800E

Color information

#85800E (or 0x85800E) is unknown color: approx Olive. HEX triplet: 85, 80 and 0E. RGB value is (133,128,14). Sum of RGB (Red+Green+Blue) = 133+128+14=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85800E is #7A7FF1. Grayscale: #747474. Windows color (decimal): -8028146 or 950405. OLE color: 950405.

HSL color Cylindrical-coordinate representation of color #85800E: hue angle of 57.48º 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 #85800E is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13312814-
CMYK00.040.890.48
HSL57.48º80.95%28.82%-
HSV(B)57.48º89.47%52.16%-
XYZ17.4720.463.44-
YUV116.570.16139.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=48.36%
G=46.55%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331281400.040.890.4857.4880.9528.82
Hex8580E04593039511d
Octal2052001604131607112135
Binary1000010110000000111001001011001110000111001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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