#649E68

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

Shades of Laurel #649E68

Tints of Laurel #649E68

Color information

#649E68 (or 0x649E68) is unknown color: approx Laurel. HEX triplet: 64, 9E and 68. RGB value is (100,158,104). Sum of RGB (Red+Green+Blue) = 100+158+104=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #649E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E68 is #9B6197. Grayscale: #868686. Windows color (decimal): -10183064 or 6856292. OLE color: 6856292.

HSL color Cylindrical-coordinate representation of color #649E68: hue angle of 124.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E68 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB100158104-
CMYK0.3700.340.38
HSL124.14º23.02%50.59%-
HSV(B)124.14º36.71%61.96%-
XYZ19.9828.1617.48-
YUV134.5110.78103.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=27.62%
G=43.65%
B=28.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581040.3700.340.38124.1423.0250.59
Hex649E6825022267c1733
Octal14423615045042461742763
Binary11001001001111011010001001010100010100110111110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649E68; }

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

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

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

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

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

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

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

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