#706301

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

Shades of Olive #706301

Tints of Olive #706301

Color information

#706301 (or 0x706301) is unknown color: approx Olive. HEX triplet: 70, 63 and 01. RGB value is (112,99,1). Sum of RGB (Red+Green+Blue) = 112+99+1=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #706301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706301 is #8F9CFE. Grayscale: #5C5C5C. Windows color (decimal): -9411839 or 90992. OLE color: 90992.

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

Color convert

RGB112991-
CMYK00.120.990.56
HSL52.97º98.23%22.16%-
HSV(B)52.97º99.11%43.92%-
XYZ11.1512.371.83-
YUV91.7276.81142.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=52.83%
G=46.70%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11299100.120.990.5652.9798.2322.16
Hex706310C6338356216
Octal1601431014143706514226
Binary111000011000111011001100011111000110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706301; }

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

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

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

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

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

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

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

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