Shades of Fiji Green #646504
Tints of Fiji Green #646504
RGB
CMYK
RGB Variations
Color information
#646504 (or 0x646504) is known color: Fiji Green. HEX triplet: 64, 65 and 04. RGB value is (100,101,4). Sum of RGB (Red+Green+Blue) = 100+101+4=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #646504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646504 is #9B9AFB. Grayscale: #5A5A5A. Windows color (decimal): -10197756 or 288100. OLE color: 288100.
HSL color Cylindrical-coordinate representation of color #646504: hue angle of 60.62º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #646504 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 4 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.60 |
| HSL | 60.62º | 0.92% | 0.21% | - |
| HSV(B) | 60.62º | 0.96% | 0.4% | - |
| XYZ | 9.93 | 12.03 | 1.91 | - |
| YUV | 89.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 4 | 0.01 | 0 | 0.96 | 0.60 | 60.62 | 0.92 | 0.21 |
| Hex | 64 | 65 | 4 | 1 | 0 | 60 | 3C | 3D | 5C | 15 |
| Octal | 144 | 145 | 4 | 1 | 0 | 140 | 74 | 75 | 134 | 25 |
| Binary | 1100100 | 1100101 | 100 | 1 | 0 | 1100000 | 111100 | 111101 | 1011100 | 10101 |
Color Harmonies of #646504
Complementary color
Monochromatic Colors of #646504
Black with #646504
Text Example
Text Example
White with #646504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646504; }
p { color: rgb(100,101,4); }
H1.HeaderClassName
{
color: #646504;
}
.AnyTagClassName
{
color: #646504;
}
</style>
background-color css
<style>
a { background-color: #646504; }
a { background-color: rgb(100,101,4); }
div.DivClassName
{
background-color: #646504;
}
.BgClassName
{
background-color: #646504;
}
</style>
border-color css
<style>
span { border-color: #646504; }
span { border-color: rgb(100,101,4); }
td.TdClassName
{
border-color: #646504;
}
.TagClassName
{
border-color: #646504;
}
</style>