#718054

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

Shades of Willow Grove #718054

Tints of Willow Grove #718054

Color information

#718054 (or 0x718054) is unknown color: approx Willow Grove. HEX triplet: 71, 80 and 54. RGB value is (113,128,84). Sum of RGB (Red+Green+Blue) = 113+128+84=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #718054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718054 is #8E7FAB. Grayscale: #767676. Windows color (decimal): -9338796 or 5537905. OLE color: 5537905.

HSL color Cylindrical-coordinate representation of color #718054: hue angle of 80.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718054 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB11312884-
CMYK0.1200.340.50
HSL80.45º20.75%41.57%-
HSV(B)80.45º34.38%50.2%-
XYZ16.1319.5911.32-
YUV118.5108.53124.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=34.77%
G=39.38%
B=25.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128840.1200.340.5080.4520.7541.57
Hex718054C0223250152a
Octal16120012414042621202552
Binary111000110000000101010011000100010110010101000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718054; }

 p { color: rgb(113,128,84); }

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

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

 a { background-color: rgb(113,128,84); }

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

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

 span { border-color: rgb(113,128,84); }

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