#659366

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

Shades of Laurel #659366

Tints of Laurel #659366

Color information

#659366 (or 0x659366) is unknown color: approx Laurel. HEX triplet: 65, 93 and 66. RGB value is (101,147,102). Sum of RGB (Red+Green+Blue) = 101+147+102=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #659366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659366 is #9A6C99. Grayscale: #808080. Windows color (decimal): -10120346 or 6722405. OLE color: 6722405.

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

Color convert

RGB101147102-
CMYK0.3100.310.42
HSL121.3º18.55%48.63%-
HSV(B)121.3º31.29%57.65%-
XYZ18.224.5916.36-
YUV128.12113.26108.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=28.86%
G=42%
B=29.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471020.3100.310.42121.318.5548.63
Hex6593661F01F2A791331
Octal14522314637037521712361
Binary110010110010011110011011111011111101010111100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659366; }

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

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

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

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

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

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

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

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