#658E66

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

Shades of Laurel #658E66

Tints of Laurel #658E66

Color information

#658E66 (or 0x658E66) is unknown color: approx Laurel. HEX triplet: 65, 8E and 66. RGB value is (101,142,102). Sum of RGB (Red+Green+Blue) = 101+142+102=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #658E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658E66 is #9A7199. Grayscale: #7D7D7D. Windows color (decimal): -10121626 or 6721125. OLE color: 6721125.

HSL color Cylindrical-coordinate representation of color #658E66: hue angle of 121.46º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658E66 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB101142102-
CMYK0.2900.280.44
HSL121.46º16.87%47.65%-
HSV(B)121.46º28.87%55.69%-
XYZ17.4423.0716.1-
YUV125.18114.92110.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=29.28%
G=41.16%
B=29.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011421020.2900.280.44121.4616.8747.65
Hex658E661D01C2C791130
Octal14521614635034541712160
Binary110010110001110110011011101011100101100111100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658E66; }

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

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

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

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

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

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

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

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