#649D67

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

Shades of Laurel #649D67

Tints of Laurel #649D67

Color information

#649D67 (or 0x649D67) is unknown color: approx Laurel. HEX triplet: 64, 9D and 67. RGB value is (100,157,103). Sum of RGB (Red+Green+Blue) = 100+157+103=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #649D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D67 is #9B6298. Grayscale: #858585. Windows color (decimal): -10183321 or 6790500. OLE color: 6790500.

HSL color Cylindrical-coordinate representation of color #649D67: hue angle of 123.16º 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 #649D67 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB100157103-
CMYK0.3600.340.38
HSL123.16º22.53%50.39%-
HSV(B)123.16º36.31%61.57%-
XYZ19.7627.817.16-
YUV133.8110.62103.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=27.78%
G=43.61%
B=28.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571030.3600.340.38123.1622.5350.39
Hex649D6724022267b1732
Octal14423514744042461732762
Binary11001001001110111001111001000100010100110111101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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