#706A0F

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

Shades of Olivetone #706A0F

Tints of Olivetone #706A0F

Color information

#706A0F (or 0x706A0F) is unknown color: approx Olivetone. HEX triplet: 70, 6A and 0F. RGB value is (112,106,15). Sum of RGB (Red+Green+Blue) = 112+106+15=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A0F is #8F95F0. Grayscale: #616161. Windows color (decimal): -9410033 or 1010288. OLE color: 1010288.

HSL color Cylindrical-coordinate representation of color #706A0F: hue angle of 56.29º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #706A0F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11210615-
CMYK00.050.870.56
HSL56.29º76.38%24.9%-
HSV(B)56.29º86.61%43.92%-
XYZ11.9213.792.48-
YUV97.4281.49138.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=48.07%
G=45.49%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121061500.050.870.5656.2976.3824.9
Hex706AF055738384c19
Octal1601521705127707011431
Binary11100001101010111101011010111111000111000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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