Html Css Color HEX #706518 Olivetone

📋 copy color: '#706518'

red 112 ◦ green 101 ◦ blue 24

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

Shades of Olivetone #706518

Tints of Olivetone #706518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 47.26%
G = 42.62%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706518 (or 0x706518) is known color: Olivetone. HEX triplet: 70, 65 and 18. RGB value is (112,101,24). Sum of RGB (Red+Green+Blue) = 112+101+24=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706518 is #8F9AE7. Grayscale: #5F5F5F. Windows color (decimal): -9411304 or 1598832. OLE color: 1598832.

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

Color convert

RGB 112 101 24 -
CMYK 0 0.10 0.79 0.56
HSL 52.5º 0.65% 0.27% -
HSV(B) 52.5º 0.79% 0.44% -
XYZ 11.5 12.82 2.73 -
YUV 95.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 112 101 24 0 0.10 0.79 0.56 52.5 0.65 0.27
Hex 70 65 18 0 A 4F 38 34 41 1B
Octal 160 145 30 0 12 117 70 64 101 33
Binary 1110000 1100101 11000 0 1010 1001111 111000 110100 1000001 11011

Color Harmonies of #706518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706518

Black with #706518

Text Example


Text Example

White with #706518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706518; }

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

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

background-color css

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

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

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

border-color css

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

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

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