Html Css Color HEX #607042 Chalet Green

📋 copy color: '#607042'

red 96 ◦ green 112 ◦ blue 66

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

Shades of Chalet Green #607042

Tints of Chalet Green #607042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 35.04%
G = 40.88%
B = 24.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#607042 (or 0x607042) is known color: Chalet Green. HEX triplet: 60, 70 and 42. RGB value is (96,112,66). Sum of RGB (Red+Green+Blue) = 96+112+66=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #607042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607042 is #9F8FBD. Grayscale: #666666. Windows color (decimal): -10457022 or 4354144. OLE color: 4354144.

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

Color convert

RGB 96 112 66 -
CMYK 0.14 0 0.41 0.56
HSL 80.87º 0.26% 0.35% -
HSV(B) 80.87º 0.41% 0.44% -
XYZ 11.6 14.47 7.34 -
YUV 101.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 96 112 66 0.14 0 0.41 0.56 80.87 0.26 0.35
Hex 60 70 42 E 0 29 38 51 1A 23
Octal 140 160 102 16 0 51 70 121 32 43
Binary 1100000 1110000 1000010 1110 0 101001 111000 1010001 11010 100011

Color Harmonies of #607042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607042

Black with #607042

Text Example


Text Example

White with #607042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607042; }

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

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

background-color css

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

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

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

border-color css

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

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

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