Shades of Fiji Green #646518
Tints of Fiji Green #646518
RGB
CMYK
RGB Variations
Color information
#646518 (or 0x646518) is known color: Fiji Green. HEX triplet: 64, 65 and 18. RGB value is (100,101,24). Sum of RGB (Red+Green+Blue) = 100+101+24=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #646518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646518 is #9B9AE7. Grayscale: #5C5C5C. Windows color (decimal): -10197736 or 1598820. OLE color: 1598820.
HSL color Cylindrical-coordinate representation of color #646518: hue angle of 60.78º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #646518 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 24 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.60 |
| HSL | 60.78º | 0.62% | 0.25% | - |
| HSV(B) | 60.78º | 0.76% | 0.4% | - |
| XYZ | 10.07 | 12.08 | 2.67 | - |
| YUV | 91.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 24 | 0.01 | 0 | 0.76 | 0.60 | 60.78 | 0.62 | 0.25 |
| Hex | 64 | 65 | 18 | 1 | 0 | 4C | 3C | 3D | 3E | 19 |
| Octal | 144 | 145 | 30 | 1 | 0 | 114 | 74 | 75 | 76 | 31 |
| Binary | 1100100 | 1100101 | 11000 | 1 | 0 | 1001100 | 111100 | 111101 | 111110 | 11001 |
Color Harmonies of #646518
Complementary color
Monochromatic Colors of #646518
Black with #646518
Text Example
Text Example
White with #646518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646518; }
p { color: rgb(100,101,24); }
H1.HeaderClassName
{
color: #646518;
}
.AnyTagClassName
{
color: #646518;
}
</style>
background-color css
<style>
a { background-color: #646518; }
a { background-color: rgb(100,101,24); }
div.DivClassName
{
background-color: #646518;
}
.BgClassName
{
background-color: #646518;
}
</style>
border-color css
<style>
span { border-color: #646518; }
span { border-color: rgb(100,101,24); }
td.TdClassName
{
border-color: #646518;
}
.TagClassName
{
border-color: #646518;
}
</style>