#648968

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

Shades of Laurel #648968

Tints of Laurel #648968

Color information

#648968 (or 0x648968) is unknown color: approx Laurel. HEX triplet: 64, 89 and 68. RGB value is (100,137,104). Sum of RGB (Red+Green+Blue) = 100+137+104=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #648968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648968 is #9B7697. Grayscale: #7A7A7A. Windows color (decimal): -10188440 or 6850916. OLE color: 6850916.

HSL color Cylindrical-coordinate representation of color #648968: hue angle of 126.49º 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 #648968 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB100137104-
CMYK0.2700.240.46
HSL126.49º15.61%46.47%-
HSV(B)126.49º27.01%53.73%-
XYZ16.721.616.39-
YUV122.17117.74112.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=29.33%
G=40.18%
B=30.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371040.2700.240.46126.4915.6146.47
Hex6489681B0182E7e102e
Octal14421115033030561762056
Binary110010010001001110100011011011000101110111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648968; }

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

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

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

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

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

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

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

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