Html Css Color HEX #706A29 Olivetone

📋 copy color: '#706A29'

red 112 ◦ green 106 ◦ blue 41

#706A29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #706A29

Tints of Olivetone #706A29

RGB

 RED value IS 112 (44.14% from 255) = 43.24%

 GREEN value IS 106 (41.8% from 255) = 40.93%

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 43.24%
G = 40.93%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#706A29 (or 0x706A29) is known color: Olivetone. HEX triplet: 70, 6A and 29. RGB value is (112,106,41). Sum of RGB (Red+Green+Blue) = 112+106+41=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #706A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A29 is #8F95D6. Grayscale: #646464. Windows color (decimal): -9410007 or 2714224. OLE color: 2714224.

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

Color convert

RGB 112 106 41 -
CMYK 0 0.05 0.63 0.56
HSL 54.93º 0.46% 0.3% -
HSV(B) 54.93º 0.63% 0.44% -
XYZ 12.24 13.91 4.14 -
YUV 100.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 112 106 41 0 0.05 0.63 0.56 54.93 0.46 0.3
Hex 70 6A 29 0 5 3F 38 37 2E 1E
Octal 160 152 51 0 5 77 70 67 56 36
Binary 1110000 1101010 101001 0 101 111111 111000 110111 101110 11110

Color Harmonies of #706A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A29

Black with #706A29

Text Example


Text Example

White with #706A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #706A29;
 }
 .AnyTagClassName
 {
   color: #706A29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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