Html Css Color HEX #706D19 Olivetone

📋 copy color: '#706D19'

red 112 ◦ green 109 ◦ blue 25

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

Shades of Olivetone #706D19

Tints of Olivetone #706D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 45.53%
G = 44.31%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706D19 (or 0x706D19) is known color: Olivetone. HEX triplet: 70, 6D and 19. RGB value is (112,109,25). Sum of RGB (Red+Green+Blue) = 112+109+25=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D19 is #8F92E6. Grayscale: #646464. Windows color (decimal): -9409255 or 1666416. OLE color: 1666416.

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

Color convert

RGB 112 109 25 -
CMYK 0 0.03 0.78 0.56
HSL 57.93º 0.64% 0.27% -
HSV(B) 57.93º 0.78% 0.44% -
XYZ 12.33 14.45 3.06 -
YUV 100.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 112 109 25 0 0.03 0.78 0.56 57.93 0.64 0.27
Hex 70 6D 19 0 3 4E 38 3A 40 1B
Octal 160 155 31 0 3 116 70 72 100 33
Binary 1110000 1101101 11001 0 11 1001110 111000 111010 1000000 11011

Color Harmonies of #706D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D19

Black with #706D19

Text Example


Text Example

White with #706D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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