#5F8265

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

Shades of Laurel #5F8265

Tints of Laurel #5F8265

Color information

#5F8265 (or 0x5F8265) is unknown color: approx Laurel. HEX triplet: 5F, 82 and 65. RGB value is (95,130,101). Sum of RGB (Red+Green+Blue) = 95+130+101=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8265 is #A07D9A. Grayscale: #747474. Windows color (decimal): -10517915 or 6652511. OLE color: 6652511.

HSL color Cylindrical-coordinate representation of color #5F8265: hue angle of 130.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F8265 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB95130101-
CMYK0.2700.220.49
HSL130.29º15.56%44.12%-
HSV(B)130.29º26.92%50.98%-
XYZ15.0519.3415.25-
YUV116.23119.4112.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=29.14%
G=39.88%
B=30.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951301010.2700.220.49130.2915.5644.12
Hex5F82651B0163182102c
Octal13720214533026612022054
Binary1011111100000101100101110110101101100011000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,130,101); }

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

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

 a { background-color: rgb(95,130,101); }

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

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

 span { border-color: rgb(95,130,101); }

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