Html Css Color HEX #706818 Olivetone

📋 copy color: '#706818'

red 112 ◦ green 104 ◦ blue 24

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

Shades of Olivetone #706818

Tints of Olivetone #706818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 46.67%
G = 43.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706818 (or 0x706818) is known color: Olivetone. HEX triplet: 70, 68 and 18. RGB value is (112,104,24). Sum of RGB (Red+Green+Blue) = 112+104+24=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #706818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706818 is #8F97E7. Grayscale: #616161. Windows color (decimal): -9410536 or 1599600. OLE color: 1599600.

HSL color Cylindrical-coordinate representation of color #706818: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706818 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 24 -
CMYK 0 0.07 0.79 0.56
HSL 54.55º 0.65% 0.27% -
HSV(B) 54.55º 0.79% 0.44% -
XYZ 11.8 13.41 2.83 -
YUV 97.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 112 104 24 0 0.07 0.79 0.56 54.55 0.65 0.27
Hex 70 68 18 0 7 4F 38 37 41 1B
Octal 160 150 30 0 7 117 70 67 101 33
Binary 1110000 1101000 11000 0 111 1001111 111000 110111 1000001 11011

Color Harmonies of #706818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706818

Black with #706818

Text Example


Text Example

White with #706818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706818; }

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

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

background-color css

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

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

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

border-color css

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

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

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