#659565

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

Shades of Laurel #659565

Tints of Laurel #659565

Color information

#659565 (or 0x659565) is unknown color: approx Laurel. HEX triplet: 65, 95 and 65. RGB value is (101,149,101). Sum of RGB (Red+Green+Blue) = 101+149+101=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #659565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659565 is #9A6A9A. Grayscale: #818181. Windows color (decimal): -10119835 or 6657381. OLE color: 6657381.

HSL color Cylindrical-coordinate representation of color #659565: hue angle of 120º 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 #659565 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB101149101-
CMYK0.3200.320.42
HSL120º19.2%49.02%-
HSV(B)120º32.21%58.43%-
XYZ18.4625.216.2-
YUV129.18112.1107.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.77%
GREEN value IS 149 (58.59% from 255) = 42.45%
BLUE value IS 101 (39.84% from 255) = 28.77%
R=28.77%
G=42.45%
B=28.77%

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
Decimal1011491010.3200.320.4212019.249.02
Hex659565200202A781331
Octal14522514540040521702361
Binary11001011001010111001011000000100000101010111100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659565; }

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

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

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

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

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

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

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

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