#5F8266

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

Shades of Laurel #5F8266

Tints of Laurel #5F8266

Color information

#5F8266 (or 0x5F8266) is unknown color: approx Laurel. HEX triplet: 5F, 82 and 66. RGB value is (95,130,102). Sum of RGB (Red+Green+Blue) = 95+130+102=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8266 is #A07D99. Grayscale: #747474. Windows color (decimal): -10517914 or 6718047. OLE color: 6718047.

HSL color Cylindrical-coordinate representation of color #5F8266: hue angle of 132º 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 #5F8266 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB95130102-
CMYK0.2700.220.49
HSL132º15.56%44.12%-
HSV(B)132º26.92%50.98%-
XYZ15.119.3615.51-
YUV116.34119.9112.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=29.05%
G=39.76%
B=31.19%

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
Decimal951301020.2700.220.4913215.5644.12
Hex5F82661B0163184102c
Octal13720214633026612042054
Binary1011111100000101100110110110101101100011000010010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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