Html Css Color HEX #706A20 Olivetone

📋 copy color: '#706A20'

red 112 ◦ green 106 ◦ blue 32

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

Shades of Olivetone #706A20

Tints of Olivetone #706A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 44.8%
G = 42.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706A20 (or 0x706A20) is known color: Olivetone. HEX triplet: 70, 6A and 20. RGB value is (112,106,32). Sum of RGB (Red+Green+Blue) = 112+106+32=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A20 is #8F95DF. Grayscale: #636363. Windows color (decimal): -9410016 or 2124400. OLE color: 2124400.

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

Color convert

RGB 112 106 32 -
CMYK 0 0.05 0.71 0.56
HSL 55.5º 0.56% 0.28% -
HSV(B) 55.5º 0.71% 0.44% -
XYZ 12.1 13.86 3.4 -
YUV 99.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 112 106 32 0 0.05 0.71 0.56 55.5 0.56 0.28
Hex 70 6A 20 0 5 47 38 38 38 1C
Octal 160 152 40 0 5 107 70 70 70 34
Binary 1110000 1101010 100000 0 101 1000111 111000 111000 111000 11100

Color Harmonies of #706A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A20

Black with #706A20

Text Example


Text Example

White with #706A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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