Html Css Color HEX #66755A Willow Grove

📋 copy color: '#66755A'

red 102 ◦ green 117 ◦ blue 90

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

Shades of Willow Grove #66755A

Tints of Willow Grove #66755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 33.01%
G = 37.86%
B = 29.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#66755A (or 0x66755A) is known color: Willow Grove. HEX triplet: 66, 75 and 5A. RGB value is (102,117,90). Sum of RGB (Red+Green+Blue) = 102+117+90=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #66755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66755A is #998AA5. Grayscale: #6D6D6D. Windows color (decimal): -10062502 or 5928294. OLE color: 5928294.

HSL color Cylindrical-coordinate representation of color #66755A: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66755A is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 90 -
CMYK 0.13 0 0.23 0.54
HSL 93.33º 0.13% 0.41% -
HSV(B) 93.33º 0.23% 0.46% -
XYZ 13.69 16.29 12.09 -
YUV 109.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 102 117 90 0.13 0 0.23 0.54 93.33 0.13 0.41
Hex 66 75 5A D 0 17 36 5D D 29
Octal 146 165 132 15 0 27 66 135 15 51
Binary 1100110 1110101 1011010 1101 0 10111 110110 1011101 1101 101001

Color Harmonies of #66755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66755A

Black with #66755A

Text Example


Text Example

White with #66755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66755A; }

 p { color: rgb(102,117,90); }

 H1.HeaderClassName
 {
   color: #66755A;
 }
 .AnyTagClassName
 {
   color: #66755A;
 }
</style>

background-color css

<style>
 a { background-color: #66755A; }

 a { background-color: rgb(102,117,90); }

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

border-color css

<style>
 span { border-color: #66755A; }

 span { border-color: rgb(102,117,90); }

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