#857802

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

Shades of Olive #857802

Tints of Olive #857802

Color information

#857802 (or 0x857802) is unknown color: approx Olive. HEX triplet: 85, 78 and 02. RGB value is (133,120,2). Sum of RGB (Red+Green+Blue) = 133+120+2=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #857802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857802 is #7A87FD. Grayscale: #6E6E6E. Windows color (decimal): -8030206 or 161925. OLE color: 161925.

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

Color convert

RGB1331202-
CMYK00.100.980.48
HSL54.05º97.04%26.47%-
HSV(B)54.05º98.5%52.16%-
XYZ16.418.422.75-
YUV110.4366.81144.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=52.16%
G=47.06%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133120200.100.980.4854.0597.0426.47
Hex857820A623036611a
Octal2051702012142606614132
Binary10000101111100010010101100010110000110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857802; }

 p { color: rgb(133,120,2); }

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

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

 a { background-color: rgb(133,120,2); }

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

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

 span { border-color: rgb(133,120,2); }

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