Html Css Color HEX #66745B Willow Grove

📋 copy color: '#66745B'

red 102 ◦ green 116 ◦ blue 91

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

Shades of Willow Grove #66745B

Tints of Willow Grove #66745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 33.01%
G = 37.54%
B = 29.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#66745B (or 0x66745B) is known color: Willow Grove. HEX triplet: 66, 74 and 5B. RGB value is (102,116,91). Sum of RGB (Red+Green+Blue) = 102+116+91=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #66745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66745B is #998BA4. Grayscale: #6D6D6D. Windows color (decimal): -10062757 or 5993574. OLE color: 5993574.

HSL color Cylindrical-coordinate representation of color #66745B: hue angle of 93.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66745B is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 91 -
CMYK 0.12 0 0.22 0.55
HSL 93.6º 0.12% 0.41% -
HSV(B) 93.6º 0.22% 0.45% -
XYZ 13.61 16.07 12.28 -
YUV 108.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 102 116 91 0.12 0 0.22 0.55 93.6 0.12 0.41
Hex 66 74 5B C 0 16 37 5E C 29
Octal 146 164 133 14 0 26 67 136 14 51
Binary 1100110 1110100 1011011 1100 0 10110 110111 1011110 1100 101001

Color Harmonies of #66745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66745B

Black with #66745B

Text Example


Text Example

White with #66745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,116,91); }

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

background-color css

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

 a { background-color: rgb(102,116,91); }

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

border-color css

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

 span { border-color: rgb(102,116,91); }

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