Html Css Color HEX #716E11 Olivetone

📋 copy color: '#716E11'

red 113 ◦ green 110 ◦ blue 17

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

Shades of Olivetone #716E11

Tints of Olivetone #716E11

RGB

 RED value IS 113 (44.53% from 255) = 47.08%

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

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

R = 47.08%
G = 45.83%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#716E11 (or 0x716E11) is known color: Olivetone. HEX triplet: 71, 6E and 11. RGB value is (113,110,17). Sum of RGB (Red+Green+Blue) = 113+110+17=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #716E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E11 is #8E91EE. Grayscale: #646464. Windows color (decimal): -9343471 or 1142385. OLE color: 1142385.

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

Color convert

RGB 113 110 17 -
CMYK 0 0.03 0.85 0.56
HSL 58.13º 0.74% 0.25% -
HSV(B) 58.13º 0.85% 0.44% -
XYZ 12.49 14.7 2.71 -
YUV 100.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 113 110 17 0 0.03 0.85 0.56 58.13 0.74 0.25
Hex 71 6E 11 0 3 55 38 3A 4A 19
Octal 161 156 21 0 3 125 70 72 112 31
Binary 1110001 1101110 10001 0 11 1010101 111000 111010 1001010 11001

Color Harmonies of #716E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E11

Black with #716E11

Text Example


Text Example

White with #716E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E11; }

 p { color: rgb(113,110,17); }

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

background-color css

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

 a { background-color: rgb(113,110,17); }

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

border-color css

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

 span { border-color: rgb(113,110,17); }

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