#5F6B4E

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

Shades of Chalet Green #5F6B4E

Tints of Chalet Green #5F6B4E

Color information

#5F6B4E (or 0x5F6B4E) is unknown color: approx Chalet Green. HEX triplet: 5F, 6B and 4E. RGB value is (95,107,78). Sum of RGB (Red+Green+Blue) = 95+107+78=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B4E is #A094B1. Grayscale: #646464. Windows color (decimal): -10523826 or 5139295. OLE color: 5139295.

HSL color Cylindrical-coordinate representation of color #5F6B4E: hue angle of 84.83º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F6B4E is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB9510778-
CMYK0.1100.270.58
HSL84.83º15.68%36.27%-
HSV(B)84.83º27.1%41.96%-
XYZ11.3513.59.21-
YUV100.11115.52124.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=33.93%
G=38.21%
B=27.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95107780.1100.270.5884.8315.6836.27
Hex5F6B4EB01B3A551024
Octal13715311613033721252044
Binary1011111110101110011101011011011111010101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,78); }

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

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

 a { background-color: rgb(95,107,78); }

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

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

 span { border-color: rgb(95,107,78); }

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