#64926B

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

Shades of Laurel #64926B

Tints of Laurel #64926B

Color information

#64926B (or 0x64926B) is unknown color: approx Laurel. HEX triplet: 64, 92 and 6B. RGB value is (100,146,107). Sum of RGB (Red+Green+Blue) = 100+146+107=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #64926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64926B is #9B6D94. Grayscale: #7F7F7F. Windows color (decimal): -10186133 or 7049828. OLE color: 7049828.

HSL color Cylindrical-coordinate representation of color #64926B: hue angle of 129.13º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64926B is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB100146107-
CMYK0.3200.270.43
HSL129.13º18.7%48.24%-
HSV(B)129.13º31.51%57.25%-
XYZ18.1924.3317.65-
YUV127.8116.26108.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=28.33%
G=41.36%
B=30.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461070.3200.270.43129.1318.748.24
Hex64926B2001B2B811330
Octal14422215340033532012360
Binary11001001001001011010111000000110111010111000000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64926B; }

 p { color: rgb(100,146,107); }

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

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

 a { background-color: rgb(100,146,107); }

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

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

 span { border-color: rgb(100,146,107); }

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