Html Css Color HEX #64714F Willow Grove

📋 copy color: '#64714F'

red 100 ◦ green 113 ◦ blue 79

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

Shades of Willow Grove #64714F

Tints of Willow Grove #64714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 34.25%
G = 38.7%
B = 27.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#64714F (or 0x64714F) is known color: Willow Grove. HEX triplet: 64, 71 and 4F. RGB value is (100,113,79). Sum of RGB (Red+Green+Blue) = 100+113+79=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #64714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64714F is #9B8EB0. Grayscale: #696969. Windows color (decimal): -10194609 or 5206372. OLE color: 5206372.

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

Color convert

RGB 100 113 79 -
CMYK 0.12 0 0.30 0.56
HSL 82.94º 0.18% 0.38% -
HSV(B) 82.94º 0.3% 0.44% -
XYZ 12.57 15.08 9.65 -
YUV 105.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 100 113 79 0.12 0 0.30 0.56 82.94 0.18 0.38
Hex 64 71 4F C 0 1E 38 53 12 26
Octal 144 161 117 14 0 36 70 123 22 46
Binary 1100100 1110001 1001111 1100 0 11110 111000 1010011 10010 100110

Color Harmonies of #64714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64714F

Black with #64714F

Text Example


Text Example

White with #64714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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