Html Css Color HEX #607040 Chalet Green

📋 copy color: '#607040'

red 96 ◦ green 112 ◦ blue 64

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

Shades of Chalet Green #607040

Tints of Chalet Green #607040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 35.29%
G = 41.18%
B = 23.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#607040 (or 0x607040) is known color: Chalet Green. HEX triplet: 60, 70 and 40. RGB value is (96,112,64). Sum of RGB (Red+Green+Blue) = 96+112+64=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #607040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607040 is #9F8FBF. Grayscale: #656565. Windows color (decimal): -10457024 or 4223072. OLE color: 4223072.

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

Color convert

RGB 96 112 64 -
CMYK 0.14 0 0.43 0.56
HSL 80º 0.27% 0.35% -
HSV(B) 80º 0.43% 0.44% -
XYZ 11.54 14.45 7.03 -
YUV 101.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 96 112 64 0.14 0 0.43 0.56 80 0.27 0.35
Hex 60 70 40 E 0 2B 38 50 1B 23
Octal 140 160 100 16 0 53 70 120 33 43
Binary 1100000 1110000 1000000 1110 0 101011 111000 1010000 11011 100011

Color Harmonies of #607040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607040

Black with #607040

Text Example


Text Example

White with #607040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607040; }

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

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

background-color css

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

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

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

border-color css

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

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

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