#728650

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

Shades of Willow Grove #728650

Tints of Willow Grove #728650

Color information

#728650 (or 0x728650) is unknown color: approx Willow Grove. HEX triplet: 72, 86 and 50. RGB value is (114,134,80). Sum of RGB (Red+Green+Blue) = 114+134+80=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #728650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728650 is #8D79AF. Grayscale: #7A7A7A. Windows color (decimal): -9271728 or 5277298. OLE color: 5277298.

HSL color Cylindrical-coordinate representation of color #728650: hue angle of 82.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #728650 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11413480-
CMYK0.1500.400.47
HSL82.22º25.23%41.96%-
HSV(B)82.22º40.3%52.55%-
XYZ16.9121.2110.79-
YUV121.86104.37122.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=34.76%
G=40.85%
B=24.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134800.1500.400.4782.2225.2341.96
Hex728650F0282F52192a
Octal16220612017050571223152
Binary111001010000110101000011110101000101111101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728650; }

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

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

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

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

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

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

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

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