#659566

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

Shades of Laurel #659566

Tints of Laurel #659566

Color information

#659566 (or 0x659566) is unknown color: approx Laurel. HEX triplet: 65, 95 and 66. RGB value is (101,149,102). Sum of RGB (Red+Green+Blue) = 101+149+102=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #659566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659566 is #9A6A99. Grayscale: #818181. Windows color (decimal): -10119834 or 6722917. OLE color: 6722917.

HSL color Cylindrical-coordinate representation of color #659566: hue angle of 121.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659566 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB101149102-
CMYK0.3200.320.42
HSL121.25º19.2%49.02%-
HSV(B)121.25º32.21%58.43%-
XYZ18.5125.2216.46-
YUV129.29112.6107.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=28.69%
G=42.33%
B=28.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011491020.3200.320.42121.2519.249.02
Hex659566200202A791331
Octal14522514640040521712361
Binary11001011001010111001101000000100000101010111100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659566; }

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

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

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

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

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

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

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

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