#648068

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

Shades of Laurel #648068

Tints of Laurel #648068

Color information

#648068 (or 0x648068) is unknown color: approx Laurel. HEX triplet: 64, 80 and 68. RGB value is (100,128,104). Sum of RGB (Red+Green+Blue) = 100+128+104=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #648068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648068 is #9B7F97. Grayscale: #747474. Windows color (decimal): -10190744 or 6848612. OLE color: 6848612.

HSL color Cylindrical-coordinate representation of color #648068: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648068 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB100128104-
CMYK0.2200.190.50
HSL128.57º12.28%44.71%-
HSV(B)128.57º21.88%50.2%-
XYZ15.4719.1515.98-
YUV116.89120.72115.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=30.12%
G=38.55%
B=31.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001281040.2200.190.50128.5712.2844.71
Hex648068160133281c2d
Octal14420015026023622011455
Binary110010010000000110100010110010011110010100000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648068; }

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

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

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

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

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

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

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

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