Html Css Color HEX #60704A Chalet Green

📋 copy color: '#60704A'

red 96 ◦ green 112 ◦ blue 74

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

Shades of Chalet Green #60704A

Tints of Chalet Green #60704A

RGB

 RED value IS 96 (37.89% from 255) = 34.04%

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

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

R = 34.04%
G = 39.72%
B = 26.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#60704A (or 0x60704A) is known color: Chalet Green. HEX triplet: 60, 70 and 4A. RGB value is (96,112,74). Sum of RGB (Red+Green+Blue) = 96+112+74=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #60704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60704A is #9F8FB5. Grayscale: #676767. Windows color (decimal): -10457014 or 4878432. OLE color: 4878432.

HSL color Cylindrical-coordinate representation of color #60704A: hue angle of 85.26º 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 #60704A is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 74 -
CMYK 0.14 0 0.34 0.56
HSL 85.26º 0.2% 0.36% -
HSV(B) 85.26º 0.34% 0.44% -
XYZ 11.85 14.57 8.67 -
YUV 102.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 96 112 74 0.14 0 0.34 0.56 85.26 0.2 0.36
Hex 60 70 4A E 0 22 38 55 14 24
Octal 140 160 112 16 0 42 70 125 24 44
Binary 1100000 1110000 1001010 1110 0 100010 111000 1010101 10100 100100

Color Harmonies of #60704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60704A

Black with #60704A

Text Example


Text Example

White with #60704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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