#857702

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

Shades of Olive #857702

Tints of Olive #857702

Color information

#857702 (or 0x857702) is unknown color: approx Olive. HEX triplet: 85, 77 and 02. RGB value is (133,119,2). Sum of RGB (Red+Green+Blue) = 133+119+2=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #857702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857702 is #7A88FD. Grayscale: #6E6E6E. Windows color (decimal): -8030462 or 161669. OLE color: 161669.

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

Color convert

RGB1331192-
CMYK00.110.980.48
HSL53.59º97.04%26.47%-
HSV(B)53.59º98.5%52.16%-
XYZ16.2818.182.71-
YUV109.8567.14144.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=52.36%
G=46.85%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133119200.110.980.4853.5997.0426.47
Hex857720B623036611a
Octal2051672013142606614132
Binary10000101111011110010111100010110000110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857702; }

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

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

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

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

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

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

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

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