Shades of Fiji Green #646600
Tints of Fiji Green #646600
RGB
CMYK
RGB Variations
Color information
#646600 (or 0x646600) is known color: Fiji Green. HEX triplet: 64, 66 and 00. RGB value is (100,102,0). Sum of RGB (Red+Green+Blue) = 100+102+0=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #646600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646600 is #9B99FF. Grayscale: #5A5A5A. Windows color (decimal): -10197504 or 26212. OLE color: 26212.
HSL color Cylindrical-coordinate representation of color #646600: hue angle of 61.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #646600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.6 |
| HSL | 61.18º | 1% | 0.2% | - |
| HSV(B) | 61.18º | 1% | 0.4% | - |
| XYZ | 10.01 | 12.21 | 1.83 | - |
| YUV | 89.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 0 | 0.02 | 0 | 1 | 0.6 | 61.18 | 1 | 0.2 |
| Hex | 64 | 66 | 0 | 2 | 0 | 64 | 3C | 3D | 64 | 14 |
| Octal | 144 | 146 | 0 | 2 | 0 | 144 | 74 | 75 | 144 | 24 |
| Binary | 1100100 | 1100110 | 0 | 10 | 0 | 1100100 | 111100 | 111101 | 1100100 | 10100 |
Color Harmonies of #646600
Complementary color
Monochromatic Colors of #646600
Black with #646600
Text Example
Text Example
White with #646600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646600; }
p { color: rgb(100,102,0); }
H1.HeaderClassName
{
color: #646600;
}
.AnyTagClassName
{
color: #646600;
}
</style>
background-color css
<style>
a { background-color: #646600; }
a { background-color: rgb(100,102,0); }
div.DivClassName
{
background-color: #646600;
}
.BgClassName
{
background-color: #646600;
}
</style>
border-color css
<style>
span { border-color: #646600; }
span { border-color: rgb(100,102,0); }
td.TdClassName
{
border-color: #646600;
}
.TagClassName
{
border-color: #646600;
}
</style>