Html Css Color HEX #717146 Hemlock

📋 copy color: '#717146'

red 113 ◦ green 113 ◦ blue 70

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

Shades of Hemlock #717146

Tints of Hemlock #717146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 38.18%
G = 38.18%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#717146 (or 0x717146) is known color: Hemlock. HEX triplet: 71, 71 and 46. RGB value is (113,113,70). Sum of RGB (Red+Green+Blue) = 113+113+70=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717146 is #8E8EB9. Grayscale: #6C6C6C. Windows color (decimal): -9342650 or 4616561. OLE color: 4616561.

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

Color convert

RGB 113 113 70 -
CMYK 0 0 0.38 0.56
HSL 60º 0.23% 0.36% -
HSV(B) 60º 0.38% 0.44% -
XYZ 13.82 15.76 8.11 -
YUV 108.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 113 113 70 0 0 0.38 0.56 60 0.23 0.36
Hex 71 71 46 0 0 26 38 3C 17 24
Octal 161 161 106 0 0 46 70 74 27 44
Binary 1110001 1110001 1000110 0 0 100110 111000 111100 10111 100100

Color Harmonies of #717146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717146

Black with #717146

Text Example


Text Example

White with #717146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717146; }

 p { color: rgb(113,113,70); }

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

background-color css

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

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

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

border-color css

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

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

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