#64926E

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

Shades of Laurel #64926E

Tints of Laurel #64926E

Color information

#64926E (or 0x64926E) is unknown color: approx Laurel. HEX triplet: 64, 92 and 6E. RGB value is (100,146,110). Sum of RGB (Red+Green+Blue) = 100+146+110=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #64926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64926E is #9B6D91. Grayscale: #808080. Windows color (decimal): -10186130 or 7246436. OLE color: 7246436.

HSL color Cylindrical-coordinate representation of color #64926E: hue angle of 133.04º 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 #64926E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB100146110-
CMYK0.3200.250.43
HSL133.04º18.7%48.24%-
HSV(B)133.04º31.51%57.25%-
XYZ18.3524.3918.49-
YUV128.14117.76107.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=28.09%
G=41.01%
B=30.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461100.3200.250.43133.0418.748.24
Hex64926E200192B851330
Octal14422215640031532052360
Binary11001001001001011011101000000110011010111000010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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