Html Css Color HEX #5F694B Chalet Green

📋 copy color: '#5F694B'

red 95 ◦ green 105 ◦ blue 75

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

Shades of Chalet Green #5F694B

Tints of Chalet Green #5F694B

RGB

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

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

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

R = 34.55%
G = 38.18%
B = 27.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#5F694B (or 0x5F694B) is known color: Chalet Green. HEX triplet: 5F, 69 and 4B. RGB value is (95,105,75). Sum of RGB (Red+Green+Blue) = 95+105+75=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #5F694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F694B is #A096B4. Grayscale: #626262. Windows color (decimal): -10524341 or 4942175. OLE color: 4942175.

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

Color convert

RGB 95 105 75 -
CMYK 0.10 0 0.29 0.59
HSL 80º 0.17% 0.35% -
HSV(B) 80º 0.29% 0.41% -
XYZ 11.04 13.04 8.59 -
YUV 98.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 95 105 75 0.10 0 0.29 0.59 80 0.17 0.35
Hex 5F 69 4B A 0 1D 3B 50 11 23
Octal 137 151 113 12 0 35 73 120 21 43
Binary 1011111 1101001 1001011 1010 0 11101 111011 1010000 10001 100011

Color Harmonies of #5F694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F694B

Black with #5F694B

Text Example


Text Example

White with #5F694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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