#5F7740

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

Shades of Chalet Green #5F7740

Tints of Chalet Green #5F7740

Color information

#5F7740 (or 0x5F7740) is unknown color: approx Chalet Green. HEX triplet: 5F, 77 and 40. RGB value is (95,119,64). Sum of RGB (Red+Green+Blue) = 95+119+64=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7740 is #A088BF. Grayscale: #696969. Windows color (decimal): -10520768 or 4224863. OLE color: 4224863.

HSL color Cylindrical-coordinate representation of color #5F7740: hue angle of 86.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F7740 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB9511964-
CMYK0.2000.460.53
HSL86.18º30.05%35.88%-
HSV(B)86.18º46.22%46.67%-
XYZ12.24167.29-
YUV105.55104.55120.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=34.17%
G=42.81%
B=23.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95119640.2000.460.5386.1830.0535.88
Hex5F77401402E35561e24
Octal13716710024056651263644
Binary101111111101111000000101000101110110101101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7740; }

 p { color: rgb(95,119,64); }

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

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

 a { background-color: rgb(95,119,64); }

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

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

 span { border-color: rgb(95,119,64); }

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