Shades of Fiji Green #646D06
Tints of Fiji Green #646D06
RGB
CMYK
RGB Variations
Color information
#646D06 (or 0x646D06) is known color: Fiji Green. HEX triplet: 64, 6D and 06. RGB value is (100,109,6). Sum of RGB (Red+Green+Blue) = 100+109+6=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #646D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646D06 is #9B92F9. Grayscale: #5E5E5E. Windows color (decimal): -10195706 or 421220. OLE color: 421220.
HSL color Cylindrical-coordinate representation of color #646D06: hue angle of 65.24º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #646D06 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 6 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.57 |
| HSL | 65.24º | 0.9% | 0.23% | - |
| HSV(B) | 65.24º | 0.94% | 0.43% | - |
| XYZ | 10.76 | 13.66 | 2.24 | - |
| YUV | 94.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 6 | 0.08 | 0 | 0.94 | 0.57 | 65.24 | 0.9 | 0.23 |
| Hex | 64 | 6D | 6 | 8 | 0 | 5E | 39 | 41 | 5A | 17 |
| Octal | 144 | 155 | 6 | 10 | 0 | 136 | 71 | 101 | 132 | 27 |
| Binary | 1100100 | 1101101 | 110 | 1000 | 0 | 1011110 | 111001 | 1000001 | 1011010 | 10111 |
Color Harmonies of #646D06
Complementary color
Monochromatic Colors of #646D06
Black with #646D06
Text Example
Text Example
White with #646D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D06; }
p { color: rgb(100,109,6); }
H1.HeaderClassName
{
color: #646D06;
}
.AnyTagClassName
{
color: #646D06;
}
</style>
background-color css
<style>
a { background-color: #646D06; }
a { background-color: rgb(100,109,6); }
div.DivClassName
{
background-color: #646D06;
}
.BgClassName
{
background-color: #646D06;
}
</style>
border-color css
<style>
span { border-color: #646D06; }
span { border-color: rgb(100,109,6); }
td.TdClassName
{
border-color: #646D06;
}
.TagClassName
{
border-color: #646D06;
}
</style>