#648965

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

Shades of Laurel #648965

Tints of Laurel #648965

Color information

#648965 (or 0x648965) is unknown color: approx Laurel. HEX triplet: 64, 89 and 65. RGB value is (100,137,101). Sum of RGB (Red+Green+Blue) = 100+137+101=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #648965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648965 is #9B769A. Grayscale: #797979. Windows color (decimal): -10188443 or 6654308. OLE color: 6654308.

HSL color Cylindrical-coordinate representation of color #648965: hue angle of 121.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648965 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB100137101-
CMYK0.2700.260.46
HSL121.62º15.61%46.47%-
HSV(B)121.62º27.01%53.73%-
XYZ16.5521.5415.6-
YUV121.83116.24112.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=29.59%
G=40.53%
B=29.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371010.2700.260.46121.6215.6146.47
Hex6489651B01A2E7a102e
Octal14421114533032561722056
Binary110010010001001110010111011011010101110111101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648965; }

 p { color: rgb(100,137,101); }

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

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

 a { background-color: rgb(100,137,101); }

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

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

 span { border-color: rgb(100,137,101); }

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