#718156

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

Shades of Willow Grove #718156

Tints of Willow Grove #718156

Color information

#718156 (or 0x718156) is unknown color: approx Willow Grove. HEX triplet: 71, 81 and 56. RGB value is (113,129,86). Sum of RGB (Red+Green+Blue) = 113+129+86=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #718156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718156 is #8E7EA9. Grayscale: #777777. Windows color (decimal): -9338538 or 5669233. OLE color: 5669233.

HSL color Cylindrical-coordinate representation of color #718156: hue angle of 82.33º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #718156 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB11312986-
CMYK0.1200.330.49
HSL82.33º20%42.16%-
HSV(B)82.33º33.33%50.59%-
XYZ16.3419.8811.78-
YUV119.31109.2123.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=34.45%
G=39.33%
B=26.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129860.1200.330.4982.332042.16
Hex718156C0213152142a
Octal16120112614041611222452
Binary111000110000001101011011000100001110001101001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718156; }

 p { color: rgb(113,129,86); }

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

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

 a { background-color: rgb(113,129,86); }

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

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

 span { border-color: rgb(113,129,86); }

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