Shades of Fiji Green #646805
Tints of Fiji Green #646805
RGB
CMYK
RGB Variations
Color information
#646805 (or 0x646805) is known color: Fiji Green. HEX triplet: 64, 68 and 05. RGB value is (100,104,5). Sum of RGB (Red+Green+Blue) = 100+104+5=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #646805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646805 is #9B97FA. Grayscale: #5B5B5B. Windows color (decimal): -10196987 or 354404. OLE color: 354404.
HSL color Cylindrical-coordinate representation of color #646805: hue angle of 62.42º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #646805 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 5 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.59 |
| HSL | 62.42º | 0.91% | 0.21% | - |
| HSV(B) | 62.42º | 0.95% | 0.41% | - |
| XYZ | 10.23 | 12.62 | 2.04 | - |
| YUV | 91.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 5 | 0.04 | 0 | 0.95 | 0.59 | 62.42 | 0.91 | 0.21 |
| Hex | 64 | 68 | 5 | 4 | 0 | 5F | 3B | 3E | 5B | 15 |
| Octal | 144 | 150 | 5 | 4 | 0 | 137 | 73 | 76 | 133 | 25 |
| Binary | 1100100 | 1101000 | 101 | 100 | 0 | 1011111 | 111011 | 111110 | 1011011 | 10101 |
Color Harmonies of #646805
Complementary color
Monochromatic Colors of #646805
Black with #646805
Text Example
Text Example
White with #646805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646805; }
p { color: rgb(100,104,5); }
H1.HeaderClassName
{
color: #646805;
}
.AnyTagClassName
{
color: #646805;
}
</style>
background-color css
<style>
a { background-color: #646805; }
a { background-color: rgb(100,104,5); }
div.DivClassName
{
background-color: #646805;
}
.BgClassName
{
background-color: #646805;
}
</style>
border-color css
<style>
span { border-color: #646805; }
span { border-color: rgb(100,104,5); }
td.TdClassName
{
border-color: #646805;
}
.TagClassName
{
border-color: #646805;
}
</style>