Html Css Color HEX #706A18 Olivetone

📋 copy color: '#706A18'

red 112 ◦ green 106 ◦ blue 24

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

Shades of Olivetone #706A18

Tints of Olivetone #706A18

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.8%

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

R = 46.28%
G = 43.8%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706A18 (or 0x706A18) is known color: Olivetone. HEX triplet: 70, 6A and 18. RGB value is (112,106,24). Sum of RGB (Red+Green+Blue) = 112+106+24=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A18 is #8F95E7. Grayscale: #626262. Windows color (decimal): -9410024 or 1600112. OLE color: 1600112.

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

Color convert

RGB 112 106 24 -
CMYK 0 0.05 0.79 0.56
HSL 55.91º 0.65% 0.27% -
HSV(B) 55.91º 0.79% 0.44% -
XYZ 12 13.82 2.9 -
YUV 98.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 112 106 24 0 0.05 0.79 0.56 55.91 0.65 0.27
Hex 70 6A 18 0 5 4F 38 38 41 1B
Octal 160 152 30 0 5 117 70 70 101 33
Binary 1110000 1101010 11000 0 101 1001111 111000 111000 1000001 11011

Color Harmonies of #706A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A18

Black with #706A18

Text Example


Text Example

White with #706A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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