Html Css Color HEX #706819 Olivetone

📋 copy color: '#706819'

red 112 ◦ green 104 ◦ blue 25

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

Shades of Olivetone #706819

Tints of Olivetone #706819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

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

R = 46.47%
G = 43.15%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706819 (or 0x706819) is known color: Olivetone. HEX triplet: 70, 68 and 19. RGB value is (112,104,25). Sum of RGB (Red+Green+Blue) = 112+104+25=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706819 is #8F97E6. Grayscale: #616161. Windows color (decimal): -9410535 or 1665136. OLE color: 1665136.

HSL color Cylindrical-coordinate representation of color #706819: hue angle of 54.48º 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 #706819 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 25 -
CMYK 0 0.07 0.78 0.56
HSL 54.48º 0.64% 0.27% -
HSV(B) 54.48º 0.78% 0.44% -
XYZ 11.81 13.42 2.89 -
YUV 97.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 112 104 25 0 0.07 0.78 0.56 54.48 0.64 0.27
Hex 70 68 19 0 7 4E 38 36 40 1B
Octal 160 150 31 0 7 116 70 66 100 33
Binary 1110000 1101000 11001 0 111 1001110 111000 110110 1000000 11011

Color Harmonies of #706819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706819

Black with #706819

Text Example


Text Example

White with #706819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706819; }

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

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

background-color css

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

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

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

border-color css

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

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

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