#859209

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

Shades of Olive #859209

Tints of Olive #859209

Color information

#859209 (or 0x859209) is unknown color: approx Olive. HEX triplet: 85, 92 and 09. RGB value is (133,146,9). Sum of RGB (Red+Green+Blue) = 133+146+9=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #859209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859209 is #7A6DF6. Grayscale: #7F7F7F. Windows color (decimal): -8023543 or 627333. OLE color: 627333.

HSL color Cylindrical-coordinate representation of color #859209: hue angle of 65.69º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #859209 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB1331469-
CMYK0.0900.940.43
HSL65.69º88.39%30.39%-
HSV(B)65.69º93.84%57.25%-
XYZ2025.564.14-
YUV126.4961.69132.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 9 (3.91% from 255) = 3.12%
R=46.18%
G=50.69%
B=3.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13314690.0900.940.4365.6988.3930.39
Hex85929905E2B42581e
Octal205222111101365310213036
Binary100001011001001010011001010111101010111000010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859209; }

 p { color: rgb(133,146,9); }

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

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

 a { background-color: rgb(133,146,9); }

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

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

 span { border-color: rgb(133,146,9); }

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