Shades of Fiji Green #646207
Tints of Fiji Green #646207
RGB
CMYK
RGB Variations
Color information
#646207 (or 0x646207) is known color: Fiji Green. HEX triplet: 64, 62 and 07. RGB value is (100,98,7). Sum of RGB (Red+Green+Blue) = 100+98+7=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #646207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646207 is #9B9DF8. Grayscale: #585858. Windows color (decimal): -10198521 or 483940. OLE color: 483940.
HSL color Cylindrical-coordinate representation of color #646207: hue angle of 58.71º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #646207 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 98 | 7 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.61 |
| HSL | 58.71º | 0.87% | 0.21% | - |
| HSV(B) | 58.71º | 0.93% | 0.39% | - |
| XYZ | 9.66 | 11.46 | 1.9 | - |
| YUV | 88.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 7 | 0 | 0.02 | 0.93 | 0.61 | 58.71 | 0.87 | 0.21 |
| Hex | 64 | 62 | 7 | 0 | 2 | 5D | 3D | 3B | 57 | 15 |
| Octal | 144 | 142 | 7 | 0 | 2 | 135 | 75 | 73 | 127 | 25 |
| Binary | 1100100 | 1100010 | 111 | 0 | 10 | 1011101 | 111101 | 111011 | 1010111 | 10101 |
Color Harmonies of #646207
Complementary color
Monochromatic Colors of #646207
Black with #646207
Text Example
Text Example
White with #646207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646207; }
p { color: rgb(100,98,7); }
H1.HeaderClassName
{
color: #646207;
}
.AnyTagClassName
{
color: #646207;
}
</style>
background-color css
<style>
a { background-color: #646207; }
a { background-color: rgb(100,98,7); }
div.DivClassName
{
background-color: #646207;
}
.BgClassName
{
background-color: #646207;
}
</style>
border-color css
<style>
span { border-color: #646207; }
span { border-color: rgb(100,98,7); }
td.TdClassName
{
border-color: #646207;
}
.TagClassName
{
border-color: #646207;
}
</style>