Html Css Color HEX #716A29 Olivetone

📋 copy color: '#716A29'

red 113 ◦ green 106 ◦ blue 41

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

Shades of Olivetone #716A29

Tints of Olivetone #716A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 43.46%
G = 40.77%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#716A29 (or 0x716A29) is known color: Olivetone. HEX triplet: 71, 6A and 29. RGB value is (113,106,41). Sum of RGB (Red+Green+Blue) = 113+106+41=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #716A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A29 is #8E95D6. Grayscale: #646464. Windows color (decimal): -9344471 or 2714225. OLE color: 2714225.

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

Color convert

RGB 113 106 41 -
CMYK 0 0.06 0.64 0.56
HSL 54.17º 0.47% 0.3% -
HSV(B) 54.17º 0.64% 0.44% -
XYZ 12.36 13.98 4.14 -
YUV 100.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 113 106 41 0 0.06 0.64 0.56 54.17 0.47 0.3
Hex 71 6A 29 0 6 40 38 36 2F 1E
Octal 161 152 51 0 6 100 70 66 57 36
Binary 1110001 1101010 101001 0 110 1000000 111000 110110 101111 11110

Color Harmonies of #716A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A29

Black with #716A29

Text Example


Text Example

White with #716A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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