Html Css Color HEX #5F694C Chalet Green

📋 copy color: '#5F694C'

red 95 ◦ green 105 ◦ blue 76

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

Shades of Chalet Green #5F694C

Tints of Chalet Green #5F694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 34.42%
G = 38.04%
B = 27.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#5F694C (or 0x5F694C) is known color: Chalet Green. HEX triplet: 5F, 69 and 4C. RGB value is (95,105,76). Sum of RGB (Red+Green+Blue) = 95+105+76=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #5F694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F694C is #A096B3. Grayscale: #626262. Windows color (decimal): -10524340 or 5007711. OLE color: 5007711.

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

Color convert

RGB 95 105 76 -
CMYK 0.10 0 0.28 0.59
HSL 80.69º 0.16% 0.35% -
HSV(B) 80.69º 0.28% 0.41% -
XYZ 11.08 13.06 8.77 -
YUV 98.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 95 105 76 0.10 0 0.28 0.59 80.69 0.16 0.35
Hex 5F 69 4C A 0 1C 3B 51 10 23
Octal 137 151 114 12 0 34 73 121 20 43
Binary 1011111 1101001 1001100 1010 0 11100 111011 1010001 10000 100011

Color Harmonies of #5F694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F694C

Black with #5F694C

Text Example


Text Example

White with #5F694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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