#648768

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

Shades of Laurel #648768

Tints of Laurel #648768

Color information

#648768 (or 0x648768) is unknown color: approx Laurel. HEX triplet: 64, 87 and 68. RGB value is (100,135,104). Sum of RGB (Red+Green+Blue) = 100+135+104=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #648768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648768 is #9B7897. Grayscale: #797979. Windows color (decimal): -10188952 or 6850404. OLE color: 6850404.

HSL color Cylindrical-coordinate representation of color #648768: hue angle of 126.86º 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 #648768 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB100135104-
CMYK0.2600.230.47
HSL126.86º14.89%46.08%-
HSV(B)126.86º25.93%52.94%-
XYZ16.4221.0416.29-
YUV121118.4113.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=29.50%
G=39.82%
B=30.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351040.2600.230.47126.8614.8946.08
Hex6487681A0172F7ff2e
Octal14420715032027571771756
Binary11001001000011111010001101001011110111111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648768; }

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

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

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

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

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

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

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

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