#5F886A

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

Shades of Laurel #5F886A

Tints of Laurel #5F886A

Color information

#5F886A (or 0x5F886A) is unknown color: approx Laurel. HEX triplet: 5F, 88 and 6A. RGB value is (95,136,106). Sum of RGB (Red+Green+Blue) = 95+136+106=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #5F886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F886A is #A07795. Grayscale: #787878. Windows color (decimal): -10516374 or 6981727. OLE color: 6981727.

HSL color Cylindrical-coordinate representation of color #5F886A: hue angle of 136.1º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F886A is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB95136106-
CMYK0.3000.220.47
HSL136.1º17.75%45.29%-
HSV(B)136.1º30.15%53.33%-
XYZ16.1221.0816.85-
YUV120.32119.92109.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=28.19%
G=40.36%
B=31.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951361060.3000.220.47136.117.7545.29
Hex5F886A1E0162F88122d
Octal13721015236026572102255
Binary1011111100010001101010111100101101011111000100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,136,106); }

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

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

 a { background-color: rgb(95,136,106); }

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

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

 span { border-color: rgb(95,136,106); }

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