Html Css Color HEX #706911 Olivetone

📋 copy color: '#706911'

red 112 ◦ green 105 ◦ blue 17

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

Shades of Olivetone #706911

Tints of Olivetone #706911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.87%

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

R = 47.86%
G = 44.87%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#706911 (or 0x706911) is known color: Olivetone. HEX triplet: 70, 69 and 11. RGB value is (112,105,17). Sum of RGB (Red+Green+Blue) = 112+105+17=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706911 is #8F96EE. Grayscale: #616161. Windows color (decimal): -9410287 or 1141104. OLE color: 1141104.

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

Color convert

RGB 112 105 17 -
CMYK 0 0.06 0.85 0.56
HSL 55.58º 0.74% 0.25% -
HSV(B) 55.58º 0.85% 0.44% -
XYZ 11.83 13.59 2.53 -
YUV 97.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 112 105 17 0 0.06 0.85 0.56 55.58 0.74 0.25
Hex 70 69 11 0 6 55 38 38 4A 19
Octal 160 151 21 0 6 125 70 70 112 31
Binary 1110000 1101001 10001 0 110 1010101 111000 111000 1001010 11001

Color Harmonies of #706911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706911

Black with #706911

Text Example


Text Example

White with #706911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706911; }

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

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

background-color css

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

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

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

border-color css

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

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

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