#857904

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

Shades of Olive #857904

Tints of Olive #857904

Color information

#857904 (or 0x857904) is unknown color: approx Olive. HEX triplet: 85, 79 and 04. RGB value is (133,121,4). Sum of RGB (Red+Green+Blue) = 133+121+4=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #857904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857904 is #7A86FB. Grayscale: #6F6F6F. Windows color (decimal): -8029948 or 293253. OLE color: 293253.

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

Color convert

RGB1331214-
CMYK00.090.970.48
HSL54.42º94.16%26.86%-
HSV(B)54.42º96.99%52.16%-
XYZ16.5318.672.85-
YUV111.2567.48143.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 4 (1.95% from 255) = 1.55%
R=51.55%
G=46.90%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133121400.090.970.4854.4294.1626.86
Hex85794096130365e1b
Octal2051714011141606613633
Binary100001011111001100010011100001110000110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857904; }

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

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

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

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

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

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

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

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