Shades of Fiji Green #646410
Tints of Fiji Green #646410
RGB
CMYK
RGB Variations
Color information
#646410 (or 0x646410) is known color: Fiji Green. HEX triplet: 64, 64 and 10. RGB value is (100,100,16). Sum of RGB (Red+Green+Blue) = 100+100+16=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646410 is #9B9BEF. Grayscale: #5A5A5A. Windows color (decimal): -10198000 or 1074276. OLE color: 1074276.
HSL color Cylindrical-coordinate representation of color #646410: hue angle of 60º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #646410 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 100 | 16 | - |
| CMYK | 0 | 0 | 0.84 | 0.61 |
| HSL | 60º | 0.72% | 0.23% | - |
| HSV(B) | 60º | 0.84% | 0.39% | - |
| XYZ | 9.91 | 11.86 | 2.26 | - |
| YUV | 90.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 16 | 0 | 0 | 0.84 | 0.61 | 60 | 0.72 | 0.23 |
| Hex | 64 | 64 | 10 | 0 | 0 | 54 | 3D | 3C | 48 | 17 |
| Octal | 144 | 144 | 20 | 0 | 0 | 124 | 75 | 74 | 110 | 27 |
| Binary | 1100100 | 1100100 | 10000 | 0 | 0 | 1010100 | 111101 | 111100 | 1001000 | 10111 |
Color Harmonies of #646410
Complementary color
Monochromatic Colors of #646410
Black with #646410
Text Example
Text Example
White with #646410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646410; }
p { color: rgb(100,100,16); }
H1.HeaderClassName
{
color: #646410;
}
.AnyTagClassName
{
color: #646410;
}
</style>
background-color css
<style>
a { background-color: #646410; }
a { background-color: rgb(100,100,16); }
div.DivClassName
{
background-color: #646410;
}
.BgClassName
{
background-color: #646410;
}
</style>
border-color css
<style>
span { border-color: #646410; }
span { border-color: rgb(100,100,16); }
td.TdClassName
{
border-color: #646410;
}
.TagClassName
{
border-color: #646410;
}
</style>