#859305

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

Shades of Olive #859305

Tints of Olive #859305

Color information

#859305 (or 0x859305) is unknown color: approx Olive. HEX triplet: 85, 93 and 05. RGB value is (133,147,5). Sum of RGB (Red+Green+Blue) = 133+147+5=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #859305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859305 is #7A6CFA. Grayscale: #7F7F7F. Windows color (decimal): -8023291 or 365445. OLE color: 365445.

HSL color Cylindrical-coordinate representation of color #859305: hue angle of 65.92º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #859305 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1331475-
CMYK0.1000.970.42
HSL65.92º93.42%29.8%-
HSV(B)65.92º96.6%57.65%-
XYZ20.1325.864.07-
YUV126.6359.36132.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=46.67%
G=51.58%
B=1.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13314750.1000.970.4265.9293.4229.8
Hex85935A0612A425d1e
Octal20522351201415210213536
Binary10000101100100111011010011000011010101000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859305; }

 p { color: rgb(133,147,5); }

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

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

 a { background-color: rgb(133,147,5); }

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

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

 span { border-color: rgb(133,147,5); }

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