Html Css Color HEX #716F45 Hemlock

📋 copy color: '#716F45'

red 113 ◦ green 111 ◦ blue 69

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

Shades of Hemlock #716F45

Tints of Hemlock #716F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 38.57%
G = 37.88%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#716F45 (or 0x716F45) is known color: Hemlock. HEX triplet: 71, 6F and 45. RGB value is (113,111,69). Sum of RGB (Red+Green+Blue) = 113+111+69=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #716F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F45 is #8E90BA. Grayscale: #6A6A6A. Windows color (decimal): -9343163 or 4550513. OLE color: 4550513.

HSL color Cylindrical-coordinate representation of color #716F45: hue angle of 57.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716F45 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 111 69 -
CMYK 0 0.02 0.39 0.56
HSL 57.27º 0.24% 0.36% -
HSV(B) 57.27º 0.39% 0.44% -
XYZ 13.57 15.31 7.87 -
YUV 106.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 113 111 69 0 0.02 0.39 0.56 57.27 0.24 0.36
Hex 71 6F 45 0 2 27 38 39 18 24
Octal 161 157 105 0 2 47 70 71 30 44
Binary 1110001 1101111 1000101 0 10 100111 111000 111001 11000 100100

Color Harmonies of #716F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F45

Black with #716F45

Text Example


Text Example

White with #716F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,111,69); }

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

background-color css

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

 a { background-color: rgb(113,111,69); }

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

border-color css

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

 span { border-color: rgb(113,111,69); }

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