#649D66

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

Shades of Laurel #649D66

Tints of Laurel #649D66

Color information

#649D66 (or 0x649D66) is unknown color: approx Laurel. HEX triplet: 64, 9D and 66. RGB value is (100,157,102). Sum of RGB (Red+Green+Blue) = 100+157+102=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #649D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D66 is #9B6299. Grayscale: #858585. Windows color (decimal): -10183322 or 6724964. OLE color: 6724964.

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

Color convert

RGB100157102-
CMYK0.3600.350.38
HSL122.11º22.53%50.39%-
HSV(B)122.11º36.31%61.57%-
XYZ19.7127.7816.89-
YUV133.69110.12103.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=27.86%
G=43.73%
B=28.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571020.3600.350.38122.1122.5350.39
Hex649D6624023267a1732
Octal14423514644043461722762
Binary11001001001110111001101001000100011100110111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,157,102); }

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

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

 a { background-color: rgb(100,157,102); }

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

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

 span { border-color: rgb(100,157,102); }

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