#5F694E

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

Shades of Chalet Green #5F694E

Tints of Chalet Green #5F694E

Color information

#5F694E (or 0x5F694E) is unknown color: approx Chalet Green. HEX triplet: 5F, 69 and 4E. RGB value is (95,105,78). Sum of RGB (Red+Green+Blue) = 95+105+78=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #5F694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F694E is #A096B1. Grayscale: #636363. Windows color (decimal): -10524338 or 5138783. OLE color: 5138783.

HSL color Cylindrical-coordinate representation of color #5F694E: hue angle of 82.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F694E is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB9510578-
CMYK0.1000.260.59
HSL82.22º14.75%35.88%-
HSV(B)82.22º25.71%41.18%-
XYZ11.1513.099.15-
YUV98.93116.19125.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=34.17%
G=37.77%
B=28.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105780.1000.260.5982.2214.7535.88
Hex5F694EA01A3B52f24
Octal13715111612032731221744
Binary101111111010011001110101001101011101110100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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