Shades of Fiji Green #616E00
Tints of Fiji Green #616E00
RGB
CMYK
RGB Variations
Color information
#616E00 (or 0x616E00) is known color: Fiji Green. HEX triplet: 61, 6E and 00. RGB value is (97,110,0). Sum of RGB (Red+Green+Blue) = 97+110+0=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #616E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616E00 is #9E91FF. Grayscale: #5D5D5D. Windows color (decimal): -10392064 or 28257. OLE color: 28257.
HSL color Cylindrical-coordinate representation of color #616E00: hue angle of 67.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #616E00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.57 |
| HSL | 67.09º | 1% | 0.22% | - |
| HSV(B) | 67.09º | 1% | 0.43% | - |
| XYZ | 10.51 | 13.69 | 2.09 | - |
| YUV | 93.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 0 | 0.12 | 0 | 1 | 0.57 | 67.09 | 1 | 0.22 |
| Hex | 61 | 6E | 0 | C | 0 | 64 | 39 | 43 | 64 | 16 |
| Octal | 141 | 156 | 0 | 14 | 0 | 144 | 71 | 103 | 144 | 26 |
| Binary | 1100001 | 1101110 | 0 | 1100 | 0 | 1100100 | 111001 | 1000011 | 1100100 | 10110 |
Color Harmonies of #616E00
Complementary color
Monochromatic Colors of #616E00
Black with #616E00
Text Example
Text Example
White with #616E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E00; }
p { color: rgb(97,110,0); }
H1.HeaderClassName
{
color: #616E00;
}
.AnyTagClassName
{
color: #616E00;
}
</style>
background-color css
<style>
a { background-color: #616E00; }
a { background-color: rgb(97,110,0); }
div.DivClassName
{
background-color: #616E00;
}
.BgClassName
{
background-color: #616E00;
}
</style>
border-color css
<style>
span { border-color: #616E00; }
span { border-color: rgb(97,110,0); }
td.TdClassName
{
border-color: #616E00;
}
.TagClassName
{
border-color: #616E00;
}
</style>