#706201

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

Shades of Olive #706201

Tints of Olive #706201

Color information

#706201 (or 0x706201) is unknown color: approx Olive. HEX triplet: 70, 62 and 01. RGB value is (112,98,1). Sum of RGB (Red+Green+Blue) = 112+98+1=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #706201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706201 is #8F9DFE. Grayscale: #5B5B5B. Windows color (decimal): -9412095 or 90736. OLE color: 90736.

HSL color Cylindrical-coordinate representation of color #706201: hue angle of 52.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #706201 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB112981-
CMYK00.130.990.56
HSL52.43º98.23%22.16%-
HSV(B)52.43º99.11%43.92%-
XYZ11.0612.181.8-
YUV91.1377.14142.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=53.08%
G=46.45%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11298100.130.990.5652.4398.2322.16
Hex706210D6338346216
Octal1601421015143706414226
Binary111000011000101011011100011111000110100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706201; }

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

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

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

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

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

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

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

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