#5F8165

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

Shades of Laurel #5F8165

Tints of Laurel #5F8165

Color information

#5F8165 (or 0x5F8165) is unknown color: approx Laurel. HEX triplet: 5F, 81 and 65. RGB value is (95,129,101). Sum of RGB (Red+Green+Blue) = 95+129+101=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #5F8165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8165 is #A07E9A. Grayscale: #737373. Windows color (decimal): -10518171 or 6652255. OLE color: 6652255.

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

Color convert

RGB95129101-
CMYK0.2600.220.49
HSL130.59º15.18%43.92%-
HSV(B)130.59º26.36%50.59%-
XYZ14.9219.0715.21-
YUV115.64119.74113.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=29.23%
G=39.69%
B=31.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951291010.2600.220.49130.5915.1843.92
Hex5F81651A0163183f2c
Octal13720114532026612031754
Binary101111110000001110010111010010110110001100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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