#706D01

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

Shades of Olive #706D01

Tints of Olive #706D01

Color information

#706D01 (or 0x706D01) is unknown color: approx Olive. HEX triplet: 70, 6D and 01. RGB value is (112,109,1). Sum of RGB (Red+Green+Blue) = 112+109+1=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #706D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D01 is #8F92FE. Grayscale: #626262. Windows color (decimal): -9409279 or 93552. OLE color: 93552.

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

Color convert

RGB1121091-
CMYK00.030.990.56
HSL58.38º98.23%22.16%-
HSV(B)58.38º99.11%43.92%-
XYZ12.1614.382.16-
YUV97.5873.49138.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 109 (42.97% from 255) = 49.10%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=50.45%
G=49.10%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112109100.030.990.5658.3898.2322.16
Hex706D10363383a6216
Octal160155103143707214226
Binary1110000110110110111100011111000111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706D01; }

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

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

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

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

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

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

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

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