Html Css Color HEX #716E2D Olivetone

📋 copy color: '#716E2D'

red 113 ◦ green 110 ◦ blue 45

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

Shades of Olivetone #716E2D

Tints of Olivetone #716E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.04%

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 42.16%
G = 41.04%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#716E2D (or 0x716E2D) is known color: Olivetone. HEX triplet: 71, 6E and 2D. RGB value is (113,110,45). Sum of RGB (Red+Green+Blue) = 113+110+45=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #716E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E2D is #8E91D2. Grayscale: #676767. Windows color (decimal): -9343443 or 2977393. OLE color: 2977393.

HSL color Cylindrical-coordinate representation of color #716E2D: hue angle of 57.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #716E2D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 45 -
CMYK 0 0.03 0.60 0.56
HSL 57.35º 0.43% 0.31% -
HSV(B) 57.35º 0.6% 0.44% -
XYZ 12.86 14.85 4.67 -
YUV 103.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 113 110 45 0 0.03 0.60 0.56 57.35 0.43 0.31
Hex 71 6E 2D 0 3 3C 38 39 2B 1F
Octal 161 156 55 0 3 74 70 71 53 37
Binary 1110001 1101110 101101 0 11 111100 111000 111001 101011 11111

Color Harmonies of #716E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E2D

Black with #716E2D

Text Example


Text Example

White with #716E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,110,45); }

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

background-color css

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

 a { background-color: rgb(113,110,45); }

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

border-color css

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

 span { border-color: rgb(113,110,45); }

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