#648765

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

Shades of Laurel #648765

Tints of Laurel #648765

Color information

#648765 (or 0x648765) is unknown color: approx Laurel. HEX triplet: 64, 87 and 65. RGB value is (100,135,101). Sum of RGB (Red+Green+Blue) = 100+135+101=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #648765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648765 is #9B789A. Grayscale: #787878. Windows color (decimal): -10188955 or 6653796. OLE color: 6653796.

HSL color Cylindrical-coordinate representation of color #648765: hue angle of 121.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648765 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB100135101-
CMYK0.2600.250.47
HSL121.71º14.89%46.08%-
HSV(B)121.71º25.93%52.94%-
XYZ16.2720.9815.5-
YUV120.66116.9113.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=29.76%
G=40.18%
B=30.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351010.2600.250.47121.7114.8946.08
Hex6487651A0192F7af2e
Octal14420714532031571721756
Binary11001001000011111001011101001100110111111110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648765; }

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

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

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

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

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

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

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

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