#64876D

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

Shades of Laurel #64876D

Tints of Laurel #64876D

Color information

#64876D (or 0x64876D) is unknown color: approx Laurel. HEX triplet: 64, 87 and 6D. RGB value is (100,135,109). Sum of RGB (Red+Green+Blue) = 100+135+109=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #64876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64876D is #9B7892. Grayscale: #797979. Windows color (decimal): -10188947 or 7178084. OLE color: 7178084.

HSL color Cylindrical-coordinate representation of color #64876D: hue angle of 135.43º 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 #64876D is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB100135109-
CMYK0.2600.190.47
HSL135.43º14.89%46.08%-
HSV(B)135.43º25.93%52.94%-
XYZ16.6821.1417.67-
YUV121.57120.9112.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=29.07%
G=39.24%
B=31.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351090.2600.190.47135.4314.8946.08
Hex64876D1A0132F87f2e
Octal14420715532023572071756
Binary110010010000111110110111010010011101111100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64876D; }

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

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

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

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

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

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

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

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