Html Css Color HEX #61704A Chalet Green

📋 copy color: '#61704A'

red 97 ◦ green 112 ◦ blue 74

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

Shades of Chalet Green #61704A

Tints of Chalet Green #61704A

RGB

 RED value IS 97 (38.28% from 255) = 34.28%

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 34.28%
G = 39.58%
B = 26.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#61704A (or 0x61704A) is known color: Chalet Green. HEX triplet: 61, 70 and 4A. RGB value is (97,112,74). Sum of RGB (Red+Green+Blue) = 97+112+74=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #61704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61704A is #9E8FB5. Grayscale: #676767. Windows color (decimal): -10391478 or 4878433. OLE color: 4878433.

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

Color convert

RGB 97 112 74 -
CMYK 0.13 0 0.34 0.56
HSL 83.68º 0.2% 0.36% -
HSV(B) 83.68º 0.34% 0.44% -
XYZ 11.96 14.62 8.67 -
YUV 103.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 97 112 74 0.13 0 0.34 0.56 83.68 0.2 0.36
Hex 61 70 4A D 0 22 38 54 14 24
Octal 141 160 112 15 0 42 70 124 24 44
Binary 1100001 1110000 1001010 1101 0 100010 111000 1010100 10100 100100

Color Harmonies of #61704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61704A

Black with #61704A

Text Example


Text Example

White with #61704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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