Html Css Color HEX #706418 Olivetone

📋 copy color: '#706418'

red 112 ◦ green 100 ◦ blue 24

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

Shades of Olivetone #706418

Tints of Olivetone #706418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

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

R = 47.46%
G = 42.37%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706418 (or 0x706418) is known color: Olivetone. HEX triplet: 70, 64 and 18. RGB value is (112,100,24). Sum of RGB (Red+Green+Blue) = 112+100+24=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706418 is #8F9BE7. Grayscale: #5F5F5F. Windows color (decimal): -9411560 or 1598576. OLE color: 1598576.

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

Color convert

RGB 112 100 24 -
CMYK 0 0.11 0.79 0.56
HSL 51.82º 0.65% 0.27% -
HSV(B) 51.82º 0.79% 0.44% -
XYZ 11.4 12.63 2.7 -
YUV 94.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 112 100 24 0 0.11 0.79 0.56 51.82 0.65 0.27
Hex 70 64 18 0 B 4F 38 34 41 1B
Octal 160 144 30 0 13 117 70 64 101 33
Binary 1110000 1100100 11000 0 1011 1001111 111000 110100 1000001 11011

Color Harmonies of #706418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706418

Black with #706418

Text Example


Text Example

White with #706418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706418; }

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

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

background-color css

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

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

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

border-color css

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

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

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