#5F6658

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

Shades of Willow Grove #5F6658

Tints of Willow Grove #5F6658

Color information

#5F6658 (or 0x5F6658) is unknown color: approx Willow Grove. HEX triplet: 5F, 66 and 58. RGB value is (95,102,88). Sum of RGB (Red+Green+Blue) = 95+102+88=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6658 is #A099A7. Grayscale: #626262. Windows color (decimal): -10525096 or 5793375. OLE color: 5793375.

HSL color Cylindrical-coordinate representation of color #5F6658: hue angle of 90º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6658 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB9510288-
CMYK0.0700.140.6
HSL90º7.37%37.25%-
HSV(B)90º13.73%40%-
XYZ11.2312.6411.08-
YUV98.31122.18125.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=33.33%
G=35.79%
B=30.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102880.0700.140.6907.3737.25
Hex5F665870E3C5a725
Octal137146130701674132745
Binary101111111001101011000111011101111001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6658; }

 p { color: rgb(95,102,88); }

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

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

 a { background-color: rgb(95,102,88); }

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

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

 span { border-color: rgb(95,102,88); }

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