#706D0B

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

Shades of Olive #706D0B

Tints of Olive #706D0B

Color information

#706D0B (or 0x706D0B) is unknown color: approx Olive. HEX triplet: 70, 6D and 0B. RGB value is (112,109,11). Sum of RGB (Red+Green+Blue) = 112+109+11=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D0B is #8F92F4. Grayscale: #636363. Windows color (decimal): -9409269 or 748912. OLE color: 748912.

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

Color convert

RGB11210911-
CMYK00.030.900.56
HSL58.22º82.11%24.12%-
HSV(B)58.22º90.18%43.92%-
XYZ12.2114.412.45-
YUV98.7278.49137.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 109 (42.97% from 255) = 46.98%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=48.28%
G=46.98%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121091100.030.900.5658.2282.1124.12
Hex706DB035A383a5218
Octal1601551303132707212230
Binary1110000110110110110111011010111000111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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