Html Css Color HEX #716A20 Olivetone

📋 copy color: '#716A20'

red 113 ◦ green 106 ◦ blue 32

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

Shades of Olivetone #716A20

Tints of Olivetone #716A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 45.02%
G = 42.23%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716A20 (or 0x716A20) is known color: Olivetone. HEX triplet: 71, 6A and 20. RGB value is (113,106,32). Sum of RGB (Red+Green+Blue) = 113+106+32=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A20 is #8E95DF. Grayscale: #636363. Windows color (decimal): -9344480 or 2124401. OLE color: 2124401.

HSL color Cylindrical-coordinate representation of color #716A20: hue angle of 54.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #716A20 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 32 -
CMYK 0 0.06 0.72 0.56
HSL 54.81º 0.56% 0.28% -
HSV(B) 54.81º 0.72% 0.44% -
XYZ 12.22 13.92 3.41 -
YUV 99.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 113 106 32 0 0.06 0.72 0.56 54.81 0.56 0.28
Hex 71 6A 20 0 6 48 38 37 38 1C
Octal 161 152 40 0 6 110 70 67 70 34
Binary 1110001 1101010 100000 0 110 1001000 111000 110111 111000 11100

Color Harmonies of #716A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A20

Black with #716A20

Text Example


Text Example

White with #716A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,32); }

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

background-color css

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

 a { background-color: rgb(113,106,32); }

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

border-color css

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

 span { border-color: rgb(113,106,32); }

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