#706D0C

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

Shades of Olive #706D0C

Tints of Olive #706D0C

Color information

#706D0C (or 0x706D0C) is unknown color: approx Olive. HEX triplet: 70, 6D and 0C. RGB value is (112,109,12). Sum of RGB (Red+Green+Blue) = 112+109+12=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D0C is #8F92F3. Grayscale: #636363. Windows color (decimal): -9409268 or 814448. OLE color: 814448.

HSL color Cylindrical-coordinate representation of color #706D0C: hue angle of 58.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #706D0C is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB11210912-
CMYK00.030.890.56
HSL58.2º80.65%24.31%-
HSV(B)58.2º89.29%43.92%-
XYZ12.2214.412.49-
YUV98.8478.99137.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 109 (42.97% from 255) = 46.78%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=48.07%
G=46.78%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121091200.030.890.5658.280.6524.31
Hex706DC0359383a5118
Octal1601551403131707212130
Binary1110000110110111000111011001111000111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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