Html Css Color HEX #716920 Olivetone

📋 copy color: '#716920'

red 113 ◦ green 105 ◦ blue 32

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

Shades of Olivetone #716920

Tints of Olivetone #716920

RGB

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

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

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

R = 45.2%
G = 42%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716920 (or 0x716920) is known color: Olivetone. HEX triplet: 71, 69 and 20. RGB value is (113,105,32). Sum of RGB (Red+Green+Blue) = 113+105+32=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #716920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716920 is #8E96DF. Grayscale: #636363. Windows color (decimal): -9344736 or 2124145. OLE color: 2124145.

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

Color convert

RGB 113 105 32 -
CMYK 0 0.07 0.72 0.56
HSL 54.07º 0.56% 0.28% -
HSV(B) 54.07º 0.72% 0.44% -
XYZ 12.12 13.72 3.38 -
YUV 99.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 113 105 32 0 0.07 0.72 0.56 54.07 0.56 0.28
Hex 71 69 20 0 7 48 38 36 38 1C
Octal 161 151 40 0 7 110 70 66 70 34
Binary 1110001 1101001 100000 0 111 1001000 111000 110110 111000 11100

Color Harmonies of #716920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716920

Black with #716920

Text Example


Text Example

White with #716920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716920; }

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

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

background-color css

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

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

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

border-color css

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

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

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