#5F6955

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

Shades of Willow Grove #5F6955

Tints of Willow Grove #5F6955

Color information

#5F6955 (or 0x5F6955) is unknown color: approx Willow Grove. HEX triplet: 5F, 69 and 55. RGB value is (95,105,85). Sum of RGB (Red+Green+Blue) = 95+105+85=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6955 is #A096AA. Grayscale: #636363. Windows color (decimal): -10524331 or 5597535. OLE color: 5597535.

HSL color Cylindrical-coordinate representation of color #5F6955: hue angle of 90º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6955 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB9510585-
CMYK0.1000.190.59
HSL90º10.53%37.25%-
HSV(B)90º19.05%41.18%-
XYZ11.4113.1910.54-
YUV99.73119.69124.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=33.33%
G=36.84%
B=29.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105850.1000.190.599010.5337.25
Hex5F6955A0133B5ab25
Octal13715112512023731321345
Binary101111111010011010101101001001111101110110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,85); }

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

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

 a { background-color: rgb(95,105,85); }

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

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

 span { border-color: rgb(95,105,85); }

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