#648E67

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

Shades of Laurel #648E67

Tints of Laurel #648E67

Color information

#648E67 (or 0x648E67) is unknown color: approx Laurel. HEX triplet: 64, 8E and 67. RGB value is (100,142,103). Sum of RGB (Red+Green+Blue) = 100+142+103=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #648E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E67 is #9B7198. Grayscale: #7D7D7D. Windows color (decimal): -10187161 or 6786660. OLE color: 6786660.

HSL color Cylindrical-coordinate representation of color #648E67: hue angle of 124.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E67 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB100142103-
CMYK0.3000.270.44
HSL124.29º17.36%47.45%-
HSV(B)124.29º29.58%55.69%-
XYZ17.3823.0316.36-
YUV125115.59110.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=28.99%
G=41.16%
B=29.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001421030.3000.270.44124.2917.3647.45
Hex648E671E01B2C7c112f
Octal14421614736033541742157
Binary110010010001110110011111110011011101100111110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,142,103); }

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

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

 a { background-color: rgb(100,142,103); }

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

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

 span { border-color: rgb(100,142,103); }

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