#667450

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

Shades of Willow Grove #667450

Tints of Willow Grove #667450

Color information

#667450 (or 0x667450) is unknown color: approx Willow Grove. HEX triplet: 66, 74 and 50. RGB value is (102,116,80). Sum of RGB (Red+Green+Blue) = 102+116+80=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #667450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667450 is #998BAF. Grayscale: #6B6B6B. Windows color (decimal): -10062768 or 5272678. OLE color: 5272678.

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

Color convert

RGB10211680-
CMYK0.1200.310.55
HSL83.33º18.37%38.43%-
HSV(B)83.33º31.03%45.49%-
XYZ13.1715.899.96-
YUV107.71112.36123.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=34.23%
G=38.93%
B=26.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102116800.1200.310.5583.3318.3738.43
Hex667450C01F37531226
Octal14616412014037671232246
Binary1100110111010010100001100011111110111101001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667450; }

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

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

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

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

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

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

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

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