#859500

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

Shades of Olive #859500

Tints of Olive #859500

Color information

#859500 (or 0x859500) is unknown color: approx Olive. HEX triplet: 85, 95 and 00. RGB value is (133,149,0). Sum of RGB (Red+Green+Blue) = 133+149+0=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #859500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859500 is #7A6AFF. Grayscale: #7F7F7F. Windows color (decimal): -8022784 or 38277. OLE color: 38277.

HSL color Cylindrical-coordinate representation of color #859500: hue angle of 66.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1331490-
CMYK0.11010.42
HSL66.44º100%29.22%-
HSV(B)66.44º100%58.43%-
XYZ20.4226.484.04-
YUV127.2356.2132.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.16%
G=52.84%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13314900.11010.4266.4410029.22
Hex85950B0642A42641d
Octal20522501301445210214435
Binary100001011001010101011011001001010101000010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859500; }

 p { color: rgb(133,149,0); }

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

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

 a { background-color: rgb(133,149,0); }

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

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

 span { border-color: rgb(133,149,0); }

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