Html Css Color HEX #64714B Chalet Green

📋 copy color: '#64714B'

red 100 ◦ green 113 ◦ blue 75

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

Shades of Chalet Green #64714B

Tints of Chalet Green #64714B

RGB

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

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

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

R = 34.72%
G = 39.24%
B = 26.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#64714B (or 0x64714B) is known color: Chalet Green. HEX triplet: 64, 71 and 4B. RGB value is (100,113,75). Sum of RGB (Red+Green+Blue) = 100+113+75=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #64714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64714B is #9B8EB4. Grayscale: #686868. Windows color (decimal): -10194613 or 4944228. OLE color: 4944228.

HSL color Cylindrical-coordinate representation of color #64714B: hue angle of 80.53º 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 #64714B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 75 -
CMYK 0.12 0 0.34 0.56
HSL 80.53º 0.2% 0.37% -
HSV(B) 80.53º 0.34% 0.44% -
XYZ 12.43 15.03 8.9 -
YUV 104.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 100 113 75 0.12 0 0.34 0.56 80.53 0.2 0.37
Hex 64 71 4B C 0 22 38 51 14 25
Octal 144 161 113 14 0 42 70 121 24 45
Binary 1100100 1110001 1001011 1100 0 100010 111000 1010001 10100 100101

Color Harmonies of #64714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64714B

Black with #64714B

Text Example


Text Example

White with #64714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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