Html Css Color HEX #5F694A Chalet Green

📋 copy color: '#5F694A'

red 95 ◦ green 105 ◦ blue 74

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

Shades of Chalet Green #5F694A

Tints of Chalet Green #5F694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 34.67%
G = 38.32%
B = 27.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#5F694A (or 0x5F694A) is known color: Chalet Green. HEX triplet: 5F, 69 and 4A. RGB value is (95,105,74). Sum of RGB (Red+Green+Blue) = 95+105+74=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #5F694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F694A is #A096B5. Grayscale: #626262. Windows color (decimal): -10524342 or 4876639. OLE color: 4876639.

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

Color convert

RGB 95 105 74 -
CMYK 0.10 0 0.30 0.59
HSL 79.35º 0.17% 0.35% -
HSV(B) 79.35º 0.3% 0.41% -
XYZ 11.01 13.03 8.41 -
YUV 98.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 95 105 74 0.10 0 0.30 0.59 79.35 0.17 0.35
Hex 5F 69 4A A 0 1E 3B 4F 11 23
Octal 137 151 112 12 0 36 73 117 21 43
Binary 1011111 1101001 1001010 1010 0 11110 111011 1001111 10001 100011

Color Harmonies of #5F694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F694A

Black with #5F694A

Text Example


Text Example

White with #5F694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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