#648969

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

Shades of Laurel #648969

Tints of Laurel #648969

Color information

#648969 (or 0x648969) is unknown color: approx Laurel. HEX triplet: 64, 89 and 69. RGB value is (100,137,105). Sum of RGB (Red+Green+Blue) = 100+137+105=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #648969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648969 is #9B7696. Grayscale: #7A7A7A. Windows color (decimal): -10188439 or 6916452. OLE color: 6916452.

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

Color convert

RGB100137105-
CMYK0.2700.230.46
HSL128.11º15.61%46.47%-
HSV(B)128.11º27.01%53.73%-
XYZ16.7521.6216.65-
YUV122.29118.24112.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=29.24%
G=40.06%
B=30.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371050.2700.230.46128.1115.6146.47
Hex6489691B0172E80102e
Octal14421115133027562002056
Binary1100100100010011101001110110101111011101000000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648969; }

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

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

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

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

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

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

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

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