Html Css Color HEX #60704C Chalet Green

📋 copy color: '#60704C'

red 96 ◦ green 112 ◦ blue 76

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

Shades of Chalet Green #60704C

Tints of Chalet Green #60704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 33.8%
G = 39.44%
B = 26.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#60704C (or 0x60704C) is known color: Chalet Green. HEX triplet: 60, 70 and 4C. RGB value is (96,112,76). Sum of RGB (Red+Green+Blue) = 96+112+76=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #60704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60704C is #9F8FB3. Grayscale: #676767. Windows color (decimal): -10457012 or 5009504. OLE color: 5009504.

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

Color convert

RGB 96 112 76 -
CMYK 0.14 0 0.32 0.56
HSL 86.67º 0.19% 0.37% -
HSV(B) 86.67º 0.32% 0.44% -
XYZ 11.92 14.6 9.03 -
YUV 103.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 96 112 76 0.14 0 0.32 0.56 86.67 0.19 0.37
Hex 60 70 4C E 0 20 38 57 13 25
Octal 140 160 114 16 0 40 70 127 23 45
Binary 1100000 1110000 1001100 1110 0 100000 111000 1010111 10011 100101

Color Harmonies of #60704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60704C

Black with #60704C

Text Example


Text Example

White with #60704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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