Html Css Color HEX #706F11 Olivetone

📋 copy color: '#706F11'

red 112 ◦ green 111 ◦ blue 17

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

Shades of Olivetone #706F11

Tints of Olivetone #706F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.25%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 46.67%
G = 46.25%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#706F11 (or 0x706F11) is known color: Olivetone. HEX triplet: 70, 6F and 11. RGB value is (112,111,17). Sum of RGB (Red+Green+Blue) = 112+111+17=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #706F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F11 is #8F90EE. Grayscale: #646464. Windows color (decimal): -9408751 or 1142640. OLE color: 1142640.

HSL color Cylindrical-coordinate representation of color #706F11: hue angle of 59.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #706F11 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 17 -
CMYK 0 0.01 0.85 0.56
HSL 59.37º 0.74% 0.25% -
HSV(B) 59.37º 0.85% 0.44% -
XYZ 12.47 14.85 2.74 -
YUV 100.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 112 111 17 0 0.01 0.85 0.56 59.37 0.74 0.25
Hex 70 6F 11 0 1 55 38 3B 4A 19
Octal 160 157 21 0 1 125 70 73 112 31
Binary 1110000 1101111 10001 0 1 1010101 111000 111011 1001010 11001

Color Harmonies of #706F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F11

Black with #706F11

Text Example


Text Example

White with #706F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,17); }

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

background-color css

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

 a { background-color: rgb(112,111,17); }

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

border-color css

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

 span { border-color: rgb(112,111,17); }

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