#5F6F4D

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

Shades of Chalet Green #5F6F4D

Tints of Chalet Green #5F6F4D

Color information

#5F6F4D (or 0x5F6F4D) is unknown color: approx Chalet Green. HEX triplet: 5F, 6F and 4D. RGB value is (95,111,77). Sum of RGB (Red+Green+Blue) = 95+111+77=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6F4D is #A090B2. Grayscale: #666666. Windows color (decimal): -10522803 or 5074783. OLE color: 5074783.

HSL color Cylindrical-coordinate representation of color #5F6F4D: hue angle of 88.24º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F6F4D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB9511177-
CMYK0.1400.310.56
HSL88.24º18.09%36.86%-
HSV(B)88.24º30.63%43.53%-
XYZ11.7414.349.17-
YUV102.34113.7122.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.57%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=33.57%
G=39.22%
B=27.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95111770.1400.310.5688.2418.0936.86
Hex5F6F4DE01F38581225
Octal13715711516037701302245
Binary1011111110111110011011110011111111000101100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,111,77); }

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

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

 a { background-color: rgb(95,111,77); }

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

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

 span { border-color: rgb(95,111,77); }

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