#85890C

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

Shades of Olive #85890C

Tints of Olive #85890C

Color information

#85890C (or 0x85890C) is unknown color: approx Olive. HEX triplet: 85, 89 and 0C. RGB value is (133,137,12). Sum of RGB (Red+Green+Blue) = 133+137+12=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #85890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890C is #7A76F3. Grayscale: #7A7A7A. Windows color (decimal): -8025844 or 821637. OLE color: 821637.

HSL color Cylindrical-coordinate representation of color #85890C: hue angle of 61.92º degrees, saturation: 0.84, 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 #85890C is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB13313712-
CMYK0.0300.910.46
HSL61.92º83.89%29.22%-
HSV(B)61.92º91.24%53.73%-
XYZ18.6822.93.78-
YUV121.5566.17136.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 137 (53.91% from 255) = 48.58%
BLUE value IS 12 (5.08% from 255) = 4.26%
R=47.16%
G=48.58%
B=4.26%

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
Decimal133137120.0300.910.4661.9283.8929.22
Hex8589C305B2E3e541d
Octal2052111430133567612435
Binary100001011000100111001101011011101110111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85890C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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