#718650

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

Shades of Willow Grove #718650

Tints of Willow Grove #718650

Color information

#718650 (or 0x718650) is unknown color: approx Willow Grove. HEX triplet: 71, 86 and 50. RGB value is (113,134,80). Sum of RGB (Red+Green+Blue) = 113+134+80=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #718650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718650 is #8E79AF. Grayscale: #797979. Windows color (decimal): -9337264 or 5277297. OLE color: 5277297.

HSL color Cylindrical-coordinate representation of color #718650: hue angle of 83.33º 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 #718650 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11313480-
CMYK0.1600.400.47
HSL83.33º25.23%41.96%-
HSV(B)83.33º40.3%52.55%-
XYZ16.7821.1410.79-
YUV121.56104.54121.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=34.56%
G=40.98%
B=24.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134800.1600.400.4783.3325.2341.96
Hex718650100282F53192a
Octal16120612020050571233152
Binary1110001100001101010000100000101000101111101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718650; }

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

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

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

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

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

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

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

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