#5F6855

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

Shades of Willow Grove #5F6855

Tints of Willow Grove #5F6855

Color information

#5F6855 (or 0x5F6855) is unknown color: approx Willow Grove. HEX triplet: 5F, 68 and 55. RGB value is (95,104,85). Sum of RGB (Red+Green+Blue) = 95+104+85=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6855 is #A097AA. Grayscale: #636363. Windows color (decimal): -10524587 or 5597279. OLE color: 5597279.

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

Color convert

RGB9510485-
CMYK0.0900.180.59
HSL88.42º10.05%37.06%-
HSV(B)88.42º18.27%40.78%-
XYZ11.3112.9910.51-
YUV99.14120.02125.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=33.45%
G=36.62%
B=29.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95104850.0900.180.5988.4210.0537.06
Hex5F685590123B58a25
Octal13715012511022731301245
Binary101111111010001010101100101001011101110110001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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