#85890D

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

Shades of Olive #85890D

Tints of Olive #85890D

Color information

#85890D (or 0x85890D) is unknown color: approx Olive. HEX triplet: 85, 89 and 0D. RGB value is (133,137,13). Sum of RGB (Red+Green+Blue) = 133+137+13=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #85890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890D is #7A76F2. Grayscale: #7A7A7A. Windows color (decimal): -8025843 or 887173. OLE color: 887173.

HSL color Cylindrical-coordinate representation of color #85890D: hue angle of 61.94º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85890D is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB13313713-
CMYK0.0300.910.46
HSL61.94º82.67%29.41%-
HSV(B)61.94º90.51%53.73%-
XYZ18.6922.913.82-
YUV121.6766.67136.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 137 (53.91% from 255) = 48.41%
BLUE value IS 13 (5.47% from 255) = 4.59%
R=47.00%
G=48.41%
B=4.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137130.0300.910.4661.9482.6729.41
Hex8589D305B2E3e531d
Octal2052111530133567612335
Binary100001011000100111011101011011101110111110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85890D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85890D; }

 p { color: rgb(133,137,13); }

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

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

 a { background-color: rgb(133,137,13); }

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

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

 span { border-color: rgb(133,137,13); }

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