Html Css Color HEX #716C20 Olivetone

📋 copy color: '#716C20'

red 113 ◦ green 108 ◦ blue 32

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

Shades of Olivetone #716C20

Tints of Olivetone #716C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

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

R = 44.66%
G = 42.69%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716C20 (or 0x716C20) is known color: Olivetone. HEX triplet: 71, 6C and 20. RGB value is (113,108,32). Sum of RGB (Red+Green+Blue) = 113+108+32=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C20 is #8E93DF. Grayscale: #656565. Windows color (decimal): -9343968 or 2124913. OLE color: 2124913.

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

Color convert

RGB 113 108 32 -
CMYK 0 0.04 0.72 0.56
HSL 56.3º 0.56% 0.28% -
HSV(B) 56.3º 0.72% 0.44% -
XYZ 12.43 14.34 3.48 -
YUV 100.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 113 108 32 0 0.04 0.72 0.56 56.3 0.56 0.28
Hex 71 6C 20 0 4 48 38 38 38 1C
Octal 161 154 40 0 4 110 70 70 70 34
Binary 1110001 1101100 100000 0 100 1001000 111000 111000 111000 11100

Color Harmonies of #716C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C20

Black with #716C20

Text Example


Text Example

White with #716C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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