#61714A

Color #61714A Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #61714A

Tints of Chalet Green #61714A

Color information

#61714A (or 0x61714A) is unknown color: approx Chalet Green. HEX triplet: 61, 71 and 4A. RGB value is (97,113,74). Sum of RGB (Red+Green+Blue) = 97+113+74=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #61714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61714A is #9E8EB5. Grayscale: #676767. Windows color (decimal): -10391222 or 4878689. OLE color: 4878689.

HSL color Cylindrical-coordinate representation of color #61714A: hue angle of 84.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61714A is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB9711374-
CMYK0.1400.350.56
HSL84.62º20.86%36.67%-
HSV(B)84.62º34.51%44.31%-
XYZ12.0714.858.71-
YUV103.77111.2123.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=34.15%
G=39.79%
B=26.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113740.1400.350.5684.6220.8636.67
Hex61714AE02338551525
Octal14116111216043701252545
Binary11000011110001100101011100100011111000101010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61714A; }

 p { color: rgb(97,113,74); }

 H1.HeaderClassName
 {
   color: #61714A;
 }
 .AnyTagClassName
 {
   color: #61714A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #61714A;
 }
 .BgClassName
 {
   background-color: #61714A;
 }
</style>
border-color css

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

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

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