#706D25

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

Shades of Olivetone #706D25

Tints of Olivetone #706D25

Color information

#706D25 (or 0x706D25) is unknown color: approx Olivetone. HEX triplet: 70, 6D and 25. RGB value is (112,109,37). Sum of RGB (Red+Green+Blue) = 112+109+37=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D25 is #8F92DA. Grayscale: #656565. Windows color (decimal): -9409243 or 2452848. OLE color: 2452848.

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

Color convert

RGB11210937-
CMYK00.030.670.56
HSL57.6º50.34%29.22%-
HSV(B)57.6º66.96%43.92%-
XYZ12.4814.523.89-
YUV101.6991.49135.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=43.41%
G=42.25%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121093700.030.670.5657.650.3429.22
Hex706D250343383a321d
Octal160155450310370726235
Binary11100001101101100101011100001111100011101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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