#617152

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

Shades of Willow Grove #617152

Tints of Willow Grove #617152

Color information

#617152 (or 0x617152) is unknown color: approx Willow Grove. HEX triplet: 61, 71 and 52. RGB value is (97,113,82). Sum of RGB (Red+Green+Blue) = 97+113+82=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #617152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617152 is #9E8EAD. Grayscale: #686868. Windows color (decimal): -10391214 or 5402977. OLE color: 5402977.

HSL color Cylindrical-coordinate representation of color #617152: hue angle of 90.97º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617152 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB9711382-
CMYK0.1400.270.56
HSL90.97º15.9%38.24%-
HSV(B)90.97º27.43%44.31%-
XYZ12.3614.9610.22-
YUV104.68115.2122.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=33.22%
G=38.70%
B=28.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113820.1400.270.5690.9715.938.24
Hex617152E01B385b1026
Octal14116112216033701332046
Binary1100001111000110100101110011011111000101101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617152; }

 p { color: rgb(97,113,82); }

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

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

 a { background-color: rgb(97,113,82); }

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

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

 span { border-color: rgb(97,113,82); }

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