#859507

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

Shades of Olive #859507

Tints of Olive #859507

Color information

#859507 (or 0x859507) is unknown color: approx Olive. HEX triplet: 85, 95 and 07. RGB value is (133,149,7). Sum of RGB (Red+Green+Blue) = 133+149+7=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #859507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859507 is #7A6AF8. Grayscale: #808080. Windows color (decimal): -8022777 or 497029. OLE color: 497029.

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

Color convert

RGB1331497-
CMYK0.1100.950.42
HSL66.76º91.03%30.59%-
HSV(B)66.76º95.3%58.43%-
XYZ20.4626.54.24-
YUV128.0359.7131.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 7 (3.12% from 255) = 2.42%
R=46.02%
G=51.56%
B=2.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13314970.1100.950.4266.7691.0330.59
Hex85957B05F2A435b1f
Octal20522571301375210313337
Binary10000101100101011111011010111111010101000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859507; }

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

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

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

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

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

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

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

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