#857801

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

Shades of Olive #857801

Tints of Olive #857801

Color information

#857801 (or 0x857801) is unknown color: approx Olive. HEX triplet: 85, 78 and 01. RGB value is (133,120,1). Sum of RGB (Red+Green+Blue) = 133+120+1=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #857801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857801 is #7A87FE. Grayscale: #6E6E6E. Windows color (decimal): -8030207 or 96389. OLE color: 96389.

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

Color convert

RGB1331201-
CMYK00.100.990.48
HSL54.09º98.51%26.27%-
HSV(B)54.09º99.25%52.16%-
XYZ16.3918.422.72-
YUV110.3266.31144.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=52.36%
G=47.24%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133120100.100.990.4854.0998.5126.27
Hex857810A633036631a
Octal2051701012143606614332
Binary1000010111110001010101100011110000110110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857801; }

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

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

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

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

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

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

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

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