#859603

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

Shades of Olive #859603

Tints of Olive #859603

Color information

#859603 (or 0x859603) is unknown color: approx Olive. HEX triplet: 85, 96 and 03. RGB value is (133,150,3). Sum of RGB (Red+Green+Blue) = 133+150+3=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #859603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859603 is #7A69FC. Grayscale: #808080. Windows color (decimal): -8022525 or 235141. OLE color: 235141.

HSL color Cylindrical-coordinate representation of color #859603: hue angle of 66.94º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #859603 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB1331503-
CMYK0.1100.980.41
HSL66.94º96.08%30%-
HSV(B)66.94º98%58.82%-
XYZ20.626.814.17-
YUV128.1657.37131.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=46.50%
G=52.45%
B=1.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13315030.1100.980.4166.9496.0830
Hex85963B0622943601e
Octal20522631301425110314036
Binary1000010110010110111011011000101010011000011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859603; }

 p { color: rgb(133,150,3); }

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

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

 a { background-color: rgb(133,150,3); }

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

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

 span { border-color: rgb(133,150,3); }

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