Html Css Color HEX #5F6F3D Chalet Green

📋 copy color: '#5F6F3D'

red 95 ◦ green 111 ◦ blue 61

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

Shades of Chalet Green #5F6F3D

Tints of Chalet Green #5F6F3D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 35.58%
G = 41.57%
B = 22.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#5F6F3D (or 0x5F6F3D) is known color: Chalet Green. HEX triplet: 5F, 6F and 3D. RGB value is (95,111,61). Sum of RGB (Red+Green+Blue) = 95+111+61=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F3D is #A090C2. Grayscale: #646464. Windows color (decimal): -10522819 or 4026207. OLE color: 4026207.

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

Color convert

RGB 95 111 61 -
CMYK 0.14 0 0.45 0.56
HSL 79.2º 0.29% 0.34% -
HSV(B) 79.2º 0.45% 0.44% -
XYZ 11.25 14.14 6.55 -
YUV 100.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 95 111 61 0.14 0 0.45 0.56 79.2 0.29 0.34
Hex 5F 6F 3D E 0 2D 38 4F 1D 22
Octal 137 157 75 16 0 55 70 117 35 42
Binary 1011111 1101111 111101 1110 0 101101 111000 1001111 11101 100010

Color Harmonies of #5F6F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6F3D

Black with #5F6F3D

Text Example


Text Example

White with #5F6F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,111,61); }

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

background-color css

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

 a { background-color: rgb(95,111,61); }

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

border-color css

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

 span { border-color: rgb(95,111,61); }

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