Html Css Color HEX #706D24 Olivetone

📋 copy color: '#706D24'

red 112 ◦ green 109 ◦ blue 36

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

Shades of Olivetone #706D24

Tints of Olivetone #706D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 43.58%
G = 42.41%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#706D24 (or 0x706D24) is known color: Olivetone. HEX triplet: 70, 6D and 24. RGB value is (112,109,36). Sum of RGB (Red+Green+Blue) = 112+109+36=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D24 is #8F92DB. Grayscale: #656565. Windows color (decimal): -9409244 or 2387312. OLE color: 2387312.

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

Color convert

RGB 112 109 36 -
CMYK 0 0.03 0.68 0.56
HSL 57.63º 0.51% 0.29% -
HSV(B) 57.63º 0.68% 0.44% -
XYZ 12.47 14.51 3.81 -
YUV 101.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 112 109 36 0 0.03 0.68 0.56 57.63 0.51 0.29
Hex 70 6D 24 0 3 44 38 3A 33 1D
Octal 160 155 44 0 3 104 70 72 63 35
Binary 1110000 1101101 100100 0 11 1000100 111000 111010 110011 11101

Color Harmonies of #706D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D24

Black with #706D24

Text Example


Text Example

White with #706D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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