Html Css Color HEX #66764F Willow Grove

📋 copy color: '#66764F'

red 102 ◦ green 118 ◦ blue 79

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

Shades of Willow Grove #66764F

Tints of Willow Grove #66764F

RGB

 RED value IS 102 (40.23% from 255) = 34.11%

 GREEN value IS 118 (46.48% from 255) = 39.46%

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

R = 34.11%
G = 39.46%
B = 26.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#66764F (or 0x66764F) is known color: Willow Grove. HEX triplet: 66, 76 and 4F. RGB value is (102,118,79). Sum of RGB (Red+Green+Blue) = 102+118+79=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #66764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66764F is #9989B0. Grayscale: #6C6C6C. Windows color (decimal): -10062257 or 5207654. OLE color: 5207654.

HSL color Cylindrical-coordinate representation of color #66764F: hue angle of 84.62º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66764F is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 79 -
CMYK 0.14 0 0.33 0.54
HSL 84.62º 0.2% 0.39% -
HSV(B) 84.62º 0.33% 0.46% -
XYZ 13.37 16.35 9.85 -
YUV 108.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 102 118 79 0.14 0 0.33 0.54 84.62 0.2 0.39
Hex 66 76 4F E 0 21 36 55 14 27
Octal 146 166 117 16 0 41 66 125 24 47
Binary 1100110 1110110 1001111 1110 0 100001 110110 1010101 10100 100111

Color Harmonies of #66764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66764F

Black with #66764F

Text Example


Text Example

White with #66764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,118,79); }

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

background-color css

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

 a { background-color: rgb(102,118,79); }

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

border-color css

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

 span { border-color: rgb(102,118,79); }

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