#857301

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

Shades of Olive #857301

Tints of Olive #857301

Color information

#857301 (or 0x857301) is unknown color: approx Olive. HEX triplet: 85, 73 and 01. RGB value is (133,115,1). Sum of RGB (Red+Green+Blue) = 133+115+1=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #857301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857301 is #7A8CFE. Grayscale: #6B6B6B. Windows color (decimal): -8031487 or 95109. OLE color: 95109.

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

Color convert

RGB1331151-
CMYK00.140.990.48
HSL51.82º98.51%26.27%-
HSV(B)51.82º99.25%52.16%-
XYZ15.8117.252.53-
YUV107.3967.96146.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=53.41%
G=46.18%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133115100.140.990.4851.8298.5126.27
Hex857310E633034631a
Octal2051631016143606414332
Binary1000010111100111011101100011110000110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857301; }

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

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

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

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

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

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

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

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