Html Css Color HEX #64714C Chalet Green

📋 copy color: '#64714C'

red 100 ◦ green 113 ◦ blue 76

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

Shades of Chalet Green #64714C

Tints of Chalet Green #64714C

RGB

 RED value IS 100 (39.45% from 255) = 34.6%

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

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 34.6%
G = 39.1%
B = 26.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#64714C (or 0x64714C) is known color: Chalet Green. HEX triplet: 64, 71 and 4C. RGB value is (100,113,76). Sum of RGB (Red+Green+Blue) = 100+113+76=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #64714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64714C is #9B8EB3. Grayscale: #696969. Windows color (decimal): -10194612 or 5009764. OLE color: 5009764.

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

Color convert

RGB 100 113 76 -
CMYK 0.12 0 0.33 0.56
HSL 81.08º 0.2% 0.37% -
HSV(B) 81.08º 0.33% 0.44% -
XYZ 12.47 15.04 9.08 -
YUV 104.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 100 113 76 0.12 0 0.33 0.56 81.08 0.2 0.37
Hex 64 71 4C C 0 21 38 51 14 25
Octal 144 161 114 14 0 41 70 121 24 45
Binary 1100100 1110001 1001100 1100 0 100001 111000 1010001 10100 100101

Color Harmonies of #64714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64714C

Black with #64714C

Text Example


Text Example

White with #64714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64714C; }

 p { color: rgb(100,113,76); }

 H1.HeaderClassName
 {
   color: #64714C;
 }
 .AnyTagClassName
 {
   color: #64714C;
 }
</style>

background-color css

<style>
 a { background-color: #64714C; }

 a { background-color: rgb(100,113,76); }

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

border-color css

<style>
 span { border-color: #64714C; }

 span { border-color: rgb(100,113,76); }

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