#5F8666

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

Shades of Laurel #5F8666

Tints of Laurel #5F8666

Color information

#5F8666 (or 0x5F8666) is unknown color: approx Laurel. HEX triplet: 5F, 86 and 66. RGB value is (95,134,102). Sum of RGB (Red+Green+Blue) = 95+134+102=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8666 is #A07999. Grayscale: #767676. Windows color (decimal): -10516890 or 6719071. OLE color: 6719071.

HSL color Cylindrical-coordinate representation of color #5F8666: hue angle of 130.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8666 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB95134102-
CMYK0.2900.240.47
HSL130.77º17.03%44.9%-
HSV(B)130.77º29.1%52.55%-
XYZ15.6420.4415.69-
YUV118.69118.58111.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.70%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=28.70%
G=40.48%
B=30.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341020.2900.240.47130.7717.0344.9
Hex5F86661D0182F83112d
Octal13720614635030572032155
Binary1011111100001101100110111010110001011111000001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,102); }

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

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

 a { background-color: rgb(95,134,102); }

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

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

 span { border-color: rgb(95,134,102); }

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