#606D50

Color #606D50 Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #606D50

Tints of Chalet Green #606D50

Color information

#606D50 (or 0x606D50) is unknown color: approx Chalet Green. HEX triplet: 60, 6D and 50. RGB value is (96,109,80). Sum of RGB (Red+Green+Blue) = 96+109+80=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #606D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D50 is #9F92AF. Grayscale: #656565. Windows color (decimal): -10457776 or 5270880. OLE color: 5270880.

HSL color Cylindrical-coordinate representation of color #606D50: hue angle of 86.9º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606D50 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB9610980-
CMYK0.1200.270.57
HSL86.9º15.34%37.06%-
HSV(B)86.9º26.61%42.75%-
XYZ11.74149.67-
YUV101.81115.69123.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=33.68%
G=38.25%
B=28.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96109800.1200.270.5786.915.3437.06
Hex606D50C01B3957f25
Octal14015512014033711271745
Binary110000011011011010000110001101111100110101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606D50; }

 p { color: rgb(96,109,80); }

 H1.HeaderClassName
 {
   color: #606D50;
 }
 .AnyTagClassName
 {
   color: #606D50;
 }
</style>
background-color css

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

 a { background-color: rgb(96,109,80); }

 div.DivClassName
 {
   background-color: #606D50;
 }
 .BgClassName
 {
   background-color: #606D50;
 }
</style>
border-color css

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

 span { border-color: rgb(96,109,80); }

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