#857002

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

Shades of Olive #857002

Tints of Olive #857002

Color information

#857002 (or 0x857002) is unknown color: approx Olive. HEX triplet: 85, 70 and 02. RGB value is (133,112,2). Sum of RGB (Red+Green+Blue) = 133+112+2=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #857002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857002 is #7A8FFD. Grayscale: #6A6A6A. Windows color (decimal): -8032254 or 159877. OLE color: 159877.

HSL color Cylindrical-coordinate representation of color #857002: hue angle of 50.38º 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 #857002 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1331122-
CMYK00.160.980.48
HSL50.38º97.04%26.47%-
HSV(B)50.38º98.5%52.16%-
XYZ15.4816.582.44-
YUV105.7469.46147.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=53.85%
G=45.34%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133112200.160.980.4850.3897.0426.47
Hex85702010623032611a
Octal2051602020142606214132
Binary100001011110000100100001100010110000110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857002; }

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

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

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

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

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

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

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

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