#648D66

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

Shades of Laurel #648D66

Tints of Laurel #648D66

Color information

#648D66 (or 0x648D66) is unknown color: approx Laurel. HEX triplet: 64, 8D and 66. RGB value is (100,141,102). Sum of RGB (Red+Green+Blue) = 100+141+102=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #648D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D66 is #9B7299. Grayscale: #7C7C7C. Windows color (decimal): -10187418 or 6720868. OLE color: 6720868.

HSL color Cylindrical-coordinate representation of color #648D66: hue angle of 122.93º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D66 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB100141102-
CMYK0.2900.280.45
HSL122.93º17.01%47.25%-
HSV(B)122.93º29.08%55.29%-
XYZ17.1822.7216.05-
YUV124.3115.42110.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 141 (55.47% from 255) = 41.11%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=29.15%
G=41.11%
B=29.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001411020.2900.280.45122.9317.0147.25
Hex648D661D01C2D7b112f
Octal14421514635034551732157
Binary110010010001101110011011101011100101101111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648D66; }

 p { color: rgb(100,141,102); }

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

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

 a { background-color: rgb(100,141,102); }

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

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

 span { border-color: rgb(100,141,102); }

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