Html Css Color HEX #64704B Chalet Green

📋 copy color: '#64704B'

red 100 ◦ green 112 ◦ blue 75

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

Shades of Chalet Green #64704B

Tints of Chalet Green #64704B

RGB

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

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

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

R = 34.84%
G = 39.02%
B = 26.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#64704B (or 0x64704B) is known color: Chalet Green. HEX triplet: 64, 70 and 4B. RGB value is (100,112,75). Sum of RGB (Red+Green+Blue) = 100+112+75=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #64704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64704B is #9B8FB4. Grayscale: #686868. Windows color (decimal): -10194869 or 4943972. OLE color: 4943972.

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

Color convert

RGB 100 112 75 -
CMYK 0.11 0 0.33 0.56
HSL 79.46º 0.2% 0.37% -
HSV(B) 79.46º 0.33% 0.44% -
XYZ 12.32 14.81 8.87 -
YUV 104.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 100 112 75 0.11 0 0.33 0.56 79.46 0.2 0.37
Hex 64 70 4B B 0 21 38 4F 14 25
Octal 144 160 113 13 0 41 70 117 24 45
Binary 1100100 1110000 1001011 1011 0 100001 111000 1001111 10100 100101

Color Harmonies of #64704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64704B

Black with #64704B

Text Example


Text Example

White with #64704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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