Html Css Color HEX #64704E Chalet Green

📋 copy color: '#64704E'

red 100 ◦ green 112 ◦ blue 78

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

Shades of Chalet Green #64704E

Tints of Chalet Green #64704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 34.48%
G = 38.62%
B = 26.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#64704E (or 0x64704E) is known color: Chalet Green. HEX triplet: 64, 70 and 4E. RGB value is (100,112,78). Sum of RGB (Red+Green+Blue) = 100+112+78=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #64704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64704E is #9B8FB1. Grayscale: #686868. Windows color (decimal): -10194866 or 5140580. OLE color: 5140580.

HSL color Cylindrical-coordinate representation of color #64704E: hue angle of 81.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64704E is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 78 -
CMYK 0.11 0 0.30 0.56
HSL 81.18º 0.18% 0.37% -
HSV(B) 81.18º 0.3% 0.44% -
XYZ 12.42 14.85 9.42 -
YUV 104.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 100 112 78 0.11 0 0.30 0.56 81.18 0.18 0.37
Hex 64 70 4E B 0 1E 38 51 12 25
Octal 144 160 116 13 0 36 70 121 22 45
Binary 1100100 1110000 1001110 1011 0 11110 111000 1010001 10010 100101

Color Harmonies of #64704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64704E

Black with #64704E

Text Example


Text Example

White with #64704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64704E; }

 p { color: rgb(100,112,78); }

 H1.HeaderClassName
 {
   color: #64704E;
 }
 .AnyTagClassName
 {
   color: #64704E;
 }
</style>

background-color css

<style>
 a { background-color: #64704E; }

 a { background-color: rgb(100,112,78); }

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

border-color css

<style>
 span { border-color: #64704E; }

 span { border-color: rgb(100,112,78); }

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