Html Css Color HEX #706D2F Olivetone

📋 copy color: '#706D2F'

red 112 ◦ green 109 ◦ blue 47

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

Shades of Olivetone #706D2F

Tints of Olivetone #706D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.67%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 41.79%
G = 40.67%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#706D2F (or 0x706D2F) is known color: Olivetone. HEX triplet: 70, 6D and 2F. RGB value is (112,109,47). Sum of RGB (Red+Green+Blue) = 112+109+47=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D2F is #8F92D0. Grayscale: #676767. Windows color (decimal): -9409233 or 3108208. OLE color: 3108208.

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

Color convert

RGB 112 109 47 -
CMYK 0 0.03 0.58 0.56
HSL 57.23º 0.41% 0.31% -
HSV(B) 57.23º 0.58% 0.44% -
XYZ 12.66 14.59 4.84 -
YUV 102.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 112 109 47 0 0.03 0.58 0.56 57.23 0.41 0.31
Hex 70 6D 2F 0 3 3A 38 39 29 1F
Octal 160 155 57 0 3 72 70 71 51 37
Binary 1110000 1101101 101111 0 11 111010 111000 111001 101001 11111

Color Harmonies of #706D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D2F

Black with #706D2F

Text Example


Text Example

White with #706D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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