#649768

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

Shades of Laurel #649768

Tints of Laurel #649768

Color information

#649768 (or 0x649768) is unknown color: approx Laurel. HEX triplet: 64, 97 and 68. RGB value is (100,151,104). Sum of RGB (Red+Green+Blue) = 100+151+104=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #649768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649768 is #9B6897. Grayscale: #828282. Windows color (decimal): -10184856 or 6854500. OLE color: 6854500.

HSL color Cylindrical-coordinate representation of color #649768: hue angle of 124.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649768 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB100151104-
CMYK0.3400.310.41
HSL124.71º20.32%49.22%-
HSV(B)124.71º33.77%59.22%-
XYZ18.8225.8417.09-
YUV130.39113.1106.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=28.17%
G=42.54%
B=29.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511040.3400.310.41124.7120.3249.22
Hex6497682201F297d1431
Octal14422715042037511752461
Binary1100100100101111101000100010011111101001111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649768; }

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

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

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

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

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

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

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

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