Html Css Color HEX #66705A Willow Grove

📋 copy color: '#66705A'

red 102 ◦ green 112 ◦ blue 90

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

Shades of Willow Grove #66705A

Tints of Willow Grove #66705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 33.55%
G = 36.84%
B = 29.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#66705A (or 0x66705A) is known color: Willow Grove. HEX triplet: 66, 70 and 5A. RGB value is (102,112,90). Sum of RGB (Red+Green+Blue) = 102+112+90=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #66705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66705A is #998FA5. Grayscale: #6A6A6A. Windows color (decimal): -10063782 or 5927014. OLE color: 5927014.

HSL color Cylindrical-coordinate representation of color #66705A: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66705A is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 90 -
CMYK 0.09 0 0.20 0.56
HSL 87.27º 0.11% 0.4% -
HSV(B) 87.27º 0.2% 0.44% -
XYZ 13.12 15.15 11.91 -
YUV 106.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 102 112 90 0.09 0 0.20 0.56 87.27 0.11 0.4
Hex 66 70 5A 9 0 14 38 57 B 28
Octal 146 160 132 11 0 24 70 127 13 50
Binary 1100110 1110000 1011010 1001 0 10100 111000 1010111 1011 101000

Color Harmonies of #66705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66705A

Black with #66705A

Text Example


Text Example

White with #66705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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