Html Css Color HEX #706D30 Olivetone

📋 copy color: '#706D30'

red 112 ◦ green 109 ◦ blue 48

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

Shades of Olivetone #706D30

Tints of Olivetone #706D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 41.64%
G = 40.52%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#706D30 (or 0x706D30) is known color: Olivetone. HEX triplet: 70, 6D and 30. RGB value is (112,109,48). Sum of RGB (Red+Green+Blue) = 112+109+48=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #706D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D30 is #8F92CF. Grayscale: #676767. Windows color (decimal): -9409232 or 3173744. OLE color: 3173744.

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

Color convert

RGB 112 109 48 -
CMYK 0 0.03 0.57 0.56
HSL 57.19º 0.4% 0.31% -
HSV(B) 57.19º 0.57% 0.44% -
XYZ 12.68 14.6 4.94 -
YUV 102.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 112 109 48 0 0.03 0.57 0.56 57.19 0.4 0.31
Hex 70 6D 30 0 3 39 38 39 28 1F
Octal 160 155 60 0 3 71 70 71 50 37
Binary 1110000 1101101 110000 0 11 111001 111000 111001 101000 11111

Color Harmonies of #706D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D30

Black with #706D30

Text Example


Text Example

White with #706D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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