Html Css Color HEX #607142 Chalet Green

📋 copy color: '#607142'

red 96 ◦ green 113 ◦ blue 66

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

Shades of Chalet Green #607142

Tints of Chalet Green #607142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

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

R = 34.91%
G = 41.09%
B = 24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#607142 (or 0x607142) is known color: Chalet Green. HEX triplet: 60, 71 and 42. RGB value is (96,113,66). Sum of RGB (Red+Green+Blue) = 96+113+66=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #607142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607142 is #9F8EBD. Grayscale: #666666. Windows color (decimal): -10456766 or 4354400. OLE color: 4354400.

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

Color convert

RGB 96 113 66 -
CMYK 0.15 0 0.42 0.56
HSL 81.7º 0.26% 0.35% -
HSV(B) 81.7º 0.42% 0.44% -
XYZ 11.71 14.69 7.37 -
YUV 102.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 96 113 66 0.15 0 0.42 0.56 81.7 0.26 0.35
Hex 60 71 42 F 0 2A 38 52 1A 23
Octal 140 161 102 17 0 52 70 122 32 43
Binary 1100000 1110001 1000010 1111 0 101010 111000 1010010 11010 100011

Color Harmonies of #607142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607142

Black with #607142

Text Example


Text Example

White with #607142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607142; }

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

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

background-color css

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

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

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

border-color css

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

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

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