#857001

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

Shades of Olive #857001

Tints of Olive #857001

Color information

#857001 (or 0x857001) is unknown color: approx Olive. HEX triplet: 85, 70 and 01. RGB value is (133,112,1). Sum of RGB (Red+Green+Blue) = 133+112+1=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #857001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857001 is #7A8FFE. Grayscale: #6A6A6A. Windows color (decimal): -8032255 or 94341. OLE color: 94341.

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

Color convert

RGB1331121-
CMYK00.160.990.48
HSL50.45º98.51%26.27%-
HSV(B)50.45º99.25%52.16%-
XYZ15.4716.582.41-
YUV105.6268.96147.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=54.07%
G=45.53%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133112100.160.990.4850.4598.5126.27
Hex85701010633032631a
Octal2051601020143606214332
Binary10000101111000010100001100011110000110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857001; }

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

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

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

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

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

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

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

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