Html Css Color HEX #706E18 Olivetone

📋 copy color: '#706E18'

red 112 ◦ green 110 ◦ blue 24

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

Shades of Olivetone #706E18

Tints of Olivetone #706E18

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.72%

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

R = 45.53%
G = 44.72%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706E18 (or 0x706E18) is known color: Olivetone. HEX triplet: 70, 6E and 18. RGB value is (112,110,24). Sum of RGB (Red+Green+Blue) = 112+110+24=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E18 is #8F91E7. Grayscale: #656565. Windows color (decimal): -9409000 or 1601136. OLE color: 1601136.

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

Color convert

RGB 112 110 24 -
CMYK 0 0.02 0.79 0.56
HSL 58.64º 0.65% 0.27% -
HSV(B) 58.64º 0.79% 0.44% -
XYZ 12.42 14.66 3.04 -
YUV 100.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 112 110 24 0 0.02 0.79 0.56 58.64 0.65 0.27
Hex 70 6E 18 0 2 4F 38 3B 41 1B
Octal 160 156 30 0 2 117 70 73 101 33
Binary 1110000 1101110 11000 0 10 1001111 111000 111011 1000001 11011

Color Harmonies of #706E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E18

Black with #706E18

Text Example


Text Example

White with #706E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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