#857909

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

Shades of Olive #857909

Tints of Olive #857909

Color information

#857909 (or 0x857909) is unknown color: approx Olive. HEX triplet: 85, 79 and 09. RGB value is (133,121,9). Sum of RGB (Red+Green+Blue) = 133+121+9=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #857909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857909 is #7A86F6. Grayscale: #707070. Windows color (decimal): -8029943 or 620933. OLE color: 620933.

HSL color Cylindrical-coordinate representation of color #857909: hue angle of 54.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #857909 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1331219-
CMYK00.090.930.48
HSL54.19º87.32%27.84%-
HSV(B)54.19º93.23%52.16%-
XYZ16.5618.682.99-
YUV111.8269.98143.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=50.57%
G=46.01%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133121900.090.930.4854.1987.3227.84
Hex85799095D3036571c
Octal20517111011135606612734
Binary1000010111110011001010011011101110000110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857909; }

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

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

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

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

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

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

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

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