#718058

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

Shades of Willow Grove #718058

Tints of Willow Grove #718058

Color information

#718058 (or 0x718058) is unknown color: approx Willow Grove. HEX triplet: 71, 80 and 58. RGB value is (113,128,88). Sum of RGB (Red+Green+Blue) = 113+128+88=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #718058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718058 is #8E7FA7. Grayscale: #777777. Windows color (decimal): -9338792 or 5800049. OLE color: 5800049.

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

Color convert

RGB11312888-
CMYK0.1200.310.50
HSL82.5º18.52%42.35%-
HSV(B)82.5º31.25%50.2%-
XYZ16.2919.6512.17-
YUV118.96110.53123.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=34.35%
G=38.91%
B=26.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128880.1200.310.5082.518.5242.35
Hex718058C01F3253132a
Octal16120013014037621232352
Binary11100011000000010110001100011111110010101001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718058; }

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

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

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

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

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

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

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

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