Html Css Color HEX #666960 Willow Grove

📋 copy color: '#666960'

red 102 ◦ green 105 ◦ blue 96

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

Shades of Willow Grove #666960

Tints of Willow Grove #666960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 33.66%
G = 34.65%
B = 31.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#666960 (or 0x666960) is known color: Willow Grove. HEX triplet: 66, 69 and 60. RGB value is (102,105,96). Sum of RGB (Red+Green+Blue) = 102+105+96=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 105 - color contains mainly: green. Hex color #666960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666960 is #99969F. Grayscale: #676767. Windows color (decimal): -10065568 or 6318438. OLE color: 6318438.

HSL color Cylindrical-coordinate representation of color #666960: hue angle of 80º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666960 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 105 96 -
CMYK 0.03 0 0.09 0.59
HSL 80º 0.04% 0.39% -
HSV(B) 80º 0.09% 0.41% -
XYZ 12.64 13.77 13.06 -
YUV 103.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 102 105 96 0.03 0 0.09 0.59 80 0.04 0.39
Hex 66 69 60 3 0 9 3B 50 4 27
Octal 146 151 140 3 0 11 73 120 4 47
Binary 1100110 1101001 1100000 11 0 1001 111011 1010000 100 100111

Color Harmonies of #666960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666960

Black with #666960

Text Example


Text Example

White with #666960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666960; }

 p { color: rgb(102,105,96); }

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

background-color css

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

 a { background-color: rgb(102,105,96); }

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

border-color css

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

 span { border-color: rgb(102,105,96); }

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