#659266

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

Shades of Laurel #659266

Tints of Laurel #659266

Color information

#659266 (or 0x659266) is unknown color: approx Laurel. HEX triplet: 65, 92 and 66. RGB value is (101,146,102). Sum of RGB (Red+Green+Blue) = 101+146+102=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #659266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659266 is #9A6D99. Grayscale: #7F7F7F. Windows color (decimal): -10120602 or 6722149. OLE color: 6722149.

HSL color Cylindrical-coordinate representation of color #659266: hue angle of 121.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659266 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB101146102-
CMYK0.3100.300.43
HSL121.33º18.22%48.43%-
HSV(B)121.33º30.82%57.25%-
XYZ18.0424.2816.31-
YUV127.53113.59109.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.94%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=28.94%
G=41.83%
B=29.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461020.3100.300.43121.3318.2248.43
Hex6592661F01E2B791230
Octal14522214637036531712260
Binary110010110010010110011011111011110101011111100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659266; }

 p { color: rgb(101,146,102); }

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

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

 a { background-color: rgb(101,146,102); }

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

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

 span { border-color: rgb(101,146,102); }

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