#667850

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

Shades of Willow Grove #667850

Tints of Willow Grove #667850

Color information

#667850 (or 0x667850) is unknown color: approx Willow Grove. HEX triplet: 66, 78 and 50. RGB value is (102,120,80). Sum of RGB (Red+Green+Blue) = 102+120+80=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #667850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667850 is #9987AF. Grayscale: #6E6E6E. Windows color (decimal): -10061744 or 5273702. OLE color: 5273702.

HSL color Cylindrical-coordinate representation of color #667850: hue angle of 87º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667850 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB10212080-
CMYK0.1500.330.53
HSL87º20%39.22%-
HSV(B)87º33.33%47.06%-
XYZ13.6416.8410.12-
YUV110.06111.04122.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=33.77%
G=39.74%
B=26.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102120800.1500.330.53872039.22
Hex667850F02135571427
Octal14617012017041651272447
Binary11001101111000101000011110100001110101101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667850; }

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

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

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

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

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

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

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

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