Html Css Color HEX #5F6A4E Chalet Green

📋 copy color: '#5F6A4E'

red 95 ◦ green 106 ◦ blue 78

#5F6A4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #5F6A4E

Tints of Chalet Green #5F6A4E

RGB

 RED value IS 95 (37.5% from 255) = 34.05%

 GREEN value IS 106 (41.8% from 255) = 37.99%

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 34.05%
G = 37.99%
B = 27.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#5F6A4E (or 0x5F6A4E) is known color: Chalet Green. HEX triplet: 5F, 6A and 4E. RGB value is (95,106,78). Sum of RGB (Red+Green+Blue) = 95+106+78=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A4E is #A095B1. Grayscale: #636363. Windows color (decimal): -10524082 or 5139039. OLE color: 5139039.

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

Color convert

RGB 95 106 78 -
CMYK 0.10 0 0.26 0.58
HSL 83.57º 0.15% 0.36% -
HSV(B) 83.57º 0.26% 0.42% -
XYZ 11.25 13.29 9.18 -
YUV 99.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 95 106 78 0.10 0 0.26 0.58 83.57 0.15 0.36
Hex 5F 6A 4E A 0 1A 3A 54 F 24
Octal 137 152 116 12 0 32 72 124 17 44
Binary 1011111 1101010 1001110 1010 0 11010 111010 1010100 1111 100100

Color Harmonies of #5F6A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6A4E

Black with #5F6A4E

Text Example


Text Example

White with #5F6A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F6A4E;
 }
 .AnyTagClassName
 {
   color: #5F6A4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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