#648868

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

Shades of Laurel #648868

Tints of Laurel #648868

Color information

#648868 (or 0x648868) is unknown color: approx Laurel. HEX triplet: 64, 88 and 68. RGB value is (100,136,104). Sum of RGB (Red+Green+Blue) = 100+136+104=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #648868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648868 is #9B7797. Grayscale: #797979. Windows color (decimal): -10188696 or 6850660. OLE color: 6850660.

HSL color Cylindrical-coordinate representation of color #648868: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648868 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB100136104-
CMYK0.2600.240.47
HSL126.67º15.25%46.27%-
HSV(B)126.67º26.47%53.33%-
XYZ16.5621.3216.34-
YUV121.59118.07112.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=29.41%
G=40%
B=30.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001361040.2600.240.47126.6715.2546.27
Hex6488681A0182F7ff2e
Octal14421015032030571771756
Binary11001001000100011010001101001100010111111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648868; }

 p { color: rgb(100,136,104); }

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

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

 a { background-color: rgb(100,136,104); }

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

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

 span { border-color: rgb(100,136,104); }

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