Html Css Color HEX #716811 Olivetone

📋 copy color: '#716811'

red 113 ◦ green 104 ◦ blue 17

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

Shades of Olivetone #716811

Tints of Olivetone #716811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

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

R = 48.29%
G = 44.44%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#716811 (or 0x716811) is known color: Olivetone. HEX triplet: 71, 68 and 11. RGB value is (113,104,17). Sum of RGB (Red+Green+Blue) = 113+104+17=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #716811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716811 is #8E97EE. Grayscale: #616161. Windows color (decimal): -9345007 or 1140849. OLE color: 1140849.

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

Color convert

RGB 113 104 17 -
CMYK 0 0.08 0.85 0.56
HSL 54.38º 0.74% 0.25% -
HSV(B) 54.38º 0.85% 0.44% -
XYZ 11.86 13.45 2.5 -
YUV 96.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 113 104 17 0 0.08 0.85 0.56 54.38 0.74 0.25
Hex 71 68 11 0 8 55 38 36 4A 19
Octal 161 150 21 0 10 125 70 66 112 31
Binary 1110001 1101000 10001 0 1000 1010101 111000 110110 1001010 11001

Color Harmonies of #716811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716811

Black with #716811

Text Example


Text Example

White with #716811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716811; }

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

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

background-color css

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

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

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

border-color css

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

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

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