#706A0B

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

Shades of Olive #706A0B

Tints of Olive #706A0B

Color information

#706A0B (or 0x706A0B) is unknown color: approx Olive. HEX triplet: 70, 6A and 0B. RGB value is (112,106,11). Sum of RGB (Red+Green+Blue) = 112+106+11=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A0B is #8F95F4. Grayscale: #616161. Windows color (decimal): -9410037 or 748144. OLE color: 748144.

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

Color convert

RGB11210611-
CMYK00.050.900.56
HSL56.44º82.11%24.12%-
HSV(B)56.44º90.18%43.92%-
XYZ11.913.782.35-
YUV96.9679.49138.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=48.91%
G=46.29%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121061100.050.900.5656.4482.1124.12
Hex706AB055A38385218
Octal1601521305132707012230
Binary11100001101010101101011011010111000111000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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