Html Css Color HEX #5F703F Chalet Green

📋 copy color: '#5F703F'

red 95 ◦ green 112 ◦ blue 63

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

Shades of Chalet Green #5F703F

Tints of Chalet Green #5F703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 63 (25% from 255) = 23.33%

R = 35.19%
G = 41.48%
B = 23.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#5F703F (or 0x5F703F) is known color: Chalet Green. HEX triplet: 5F, 70 and 3F. RGB value is (95,112,63). Sum of RGB (Red+Green+Blue) = 95+112+63=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #5F703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F703F is #A08FC0. Grayscale: #656565. Windows color (decimal): -10522561 or 4157535. OLE color: 4157535.

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

Color convert

RGB 95 112 63 -
CMYK 0.15 0 0.44 0.56
HSL 80.82º 0.28% 0.34% -
HSV(B) 80.82º 0.44% 0.44% -
XYZ 11.41 14.38 6.88 -
YUV 101.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 95 112 63 0.15 0 0.44 0.56 80.82 0.28 0.34
Hex 5F 70 3F F 0 2C 38 51 1C 22
Octal 137 160 77 17 0 54 70 121 34 42
Binary 1011111 1110000 111111 1111 0 101100 111000 1010001 11100 100010

Color Harmonies of #5F703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F703F

Black with #5F703F

Text Example


Text Example

White with #5F703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,63); }

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

background-color css

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

 a { background-color: rgb(95,112,63); }

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

border-color css

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

 span { border-color: rgb(95,112,63); }

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