Shades of Fiji Green #646C04
Tints of Fiji Green #646C04
RGB
CMYK
RGB Variations
Color information
#646C04 (or 0x646C04) is known color: Fiji Green. HEX triplet: 64, 6C and 04. RGB value is (100,108,4). Sum of RGB (Red+Green+Blue) = 100+108+4=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #646C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646C04 is #9B93FB. Grayscale: #5E5E5E. Windows color (decimal): -10195964 or 289892. OLE color: 289892.
HSL color Cylindrical-coordinate representation of color #646C04: hue angle of 64.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #646C04 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 4 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.58 |
| HSL | 64.62º | 0.93% | 0.22% | - |
| HSV(B) | 64.62º | 0.96% | 0.42% | - |
| XYZ | 10.64 | 13.44 | 2.15 | - |
| YUV | 93.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 4 | 0.07 | 0 | 0.96 | 0.58 | 64.62 | 0.93 | 0.22 |
| Hex | 64 | 6C | 4 | 7 | 0 | 60 | 3A | 41 | 5D | 16 |
| Octal | 144 | 154 | 4 | 7 | 0 | 140 | 72 | 101 | 135 | 26 |
| Binary | 1100100 | 1101100 | 100 | 111 | 0 | 1100000 | 111010 | 1000001 | 1011101 | 10110 |
Color Harmonies of #646C04
Complementary color
Monochromatic Colors of #646C04
Black with #646C04
Text Example
Text Example
White with #646C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C04; }
p { color: rgb(100,108,4); }
H1.HeaderClassName
{
color: #646C04;
}
.AnyTagClassName
{
color: #646C04;
}
</style>
background-color css
<style>
a { background-color: #646C04; }
a { background-color: rgb(100,108,4); }
div.DivClassName
{
background-color: #646C04;
}
.BgClassName
{
background-color: #646C04;
}
</style>
border-color css
<style>
span { border-color: #646C04; }
span { border-color: rgb(100,108,4); }
td.TdClassName
{
border-color: #646C04;
}
.TagClassName
{
border-color: #646C04;
}
</style>