Html Css Color HEX #61714A Chalet Green

📋 copy color: '#61714A'

red 97 ◦ green 113 ◦ blue 74

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

Shades of Chalet Green #61714A

Tints of Chalet Green #61714A

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.3% from 255) = 26.06%

R = 34.15%
G = 39.79%
B = 26.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#61714A (or 0x61714A) is known color: 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

RGB 97 113 74 -
CMYK 0.14 0 0.35 0.56
HSL 84.62º 0.21% 0.37% -
HSV(B) 84.62º 0.35% 0.44% -
XYZ 12.07 14.85 8.71 -
YUV 103.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 97 113 74 0.14 0 0.35 0.56 84.62 0.21 0.37
Hex 61 71 4A E 0 23 38 55 15 25
Octal 141 161 112 16 0 43 70 125 25 45
Binary 1100001 1110001 1001010 1110 0 100011 111000 1010101 10101 100101

Color Harmonies of #61714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61714A

Black with #61714A

Text Example


Text Example

White with #61714A

Text Example


Text Example

HTML Codes & Css Web 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>