Html Css Color HEX #5F714B Chalet Green

📋 copy color: '#5F714B'

red 95 ◦ green 113 ◦ blue 75

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

Shades of Chalet Green #5F714B

Tints of Chalet Green #5F714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 33.57%
G = 39.93%
B = 26.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#5F714B (or 0x5F714B) is known color: Chalet Green. HEX triplet: 5F, 71 and 4B. RGB value is (95,113,75). Sum of RGB (Red+Green+Blue) = 95+113+75=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #5F714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F714B is #A08EB4. Grayscale: #676767. Windows color (decimal): -10522293 or 4944223. OLE color: 4944223.

HSL color Cylindrical-coordinate representation of color #5F714B: hue angle of 88.42º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F714B is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 113 75 -
CMYK 0.16 0 0.34 0.56
HSL 88.42º 0.2% 0.37% -
HSV(B) 88.42º 0.34% 0.44% -
XYZ 11.89 14.75 8.88 -
YUV 103.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 95 113 75 0.16 0 0.34 0.56 88.42 0.2 0.37
Hex 5F 71 4B 10 0 22 38 58 14 25
Octal 137 161 113 20 0 42 70 130 24 45
Binary 1011111 1110001 1001011 10000 0 100010 111000 1011000 10100 100101

Color Harmonies of #5F714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F714B

Black with #5F714B

Text Example


Text Example

White with #5F714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,113,75); }

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

background-color css

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

 a { background-color: rgb(95,113,75); }

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

border-color css

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

 span { border-color: rgb(95,113,75); }

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