#667250

Color #667250 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #667250

Tints of Willow Grove #667250

Color information

#667250 (or 0x667250) is unknown color: approx Willow Grove. HEX triplet: 66, 72 and 50. RGB value is (102,114,80). Sum of RGB (Red+Green+Blue) = 102+114+80=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #667250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667250 is #998DAF. Grayscale: #6A6A6A. Windows color (decimal): -10063280 or 5272166. OLE color: 5272166.

HSL color Cylindrical-coordinate representation of color #667250: hue angle of 81.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667250 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB10211480-
CMYK0.1100.300.55
HSL81.18º17.53%38.04%-
HSV(B)81.18º29.82%44.71%-
XYZ12.9415.449.89-
YUV106.54113.02124.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=34.46%
G=38.51%
B=27.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114800.1100.300.5581.1817.5338.04
Hex667250B01E37511226
Octal14616212013036671212246
Binary1100110111001010100001011011110110111101000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667250; }

 p { color: rgb(102,114,80); }

 H1.HeaderClassName
 {
   color: #667250;
 }
 .AnyTagClassName
 {
   color: #667250;
 }
</style>
background-color css

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

 a { background-color: rgb(102,114,80); }

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

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

 span { border-color: rgb(102,114,80); }

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