Shades of Fiji Green #616709
Tints of Fiji Green #616709
RGB
CMYK
RGB Variations
Color information
#616709 (or 0x616709) is known color: Fiji Green. HEX triplet: 61, 67 and 09. RGB value is (97,103,9). Sum of RGB (Red+Green+Blue) = 97+103+9=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #616709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616709 is #9E98F6. Grayscale: #5A5A5A. Windows color (decimal): -10393847 or 616289. OLE color: 616289.
HSL color Cylindrical-coordinate representation of color #616709: hue angle of 63.83º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #616709 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 9 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.60 |
| HSL | 63.83º | 0.84% | 0.22% | - |
| HSV(B) | 63.83º | 0.91% | 0.4% | - |
| XYZ | 9.83 | 12.26 | 2.11 | - |
| YUV | 90.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 9 | 0.06 | 0 | 0.91 | 0.60 | 63.83 | 0.84 | 0.22 |
| Hex | 61 | 67 | 9 | 6 | 0 | 5B | 3C | 40 | 54 | 16 |
| Octal | 141 | 147 | 11 | 6 | 0 | 133 | 74 | 100 | 124 | 26 |
| Binary | 1100001 | 1100111 | 1001 | 110 | 0 | 1011011 | 111100 | 1000000 | 1010100 | 10110 |
Color Harmonies of #616709
Complementary color
Monochromatic Colors of #616709
Black with #616709
Text Example
Text Example
White with #616709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616709; }
p { color: rgb(97,103,9); }
H1.HeaderClassName
{
color: #616709;
}
.AnyTagClassName
{
color: #616709;
}
</style>
background-color css
<style>
a { background-color: #616709; }
a { background-color: rgb(97,103,9); }
div.DivClassName
{
background-color: #616709;
}
.BgClassName
{
background-color: #616709;
}
</style>
border-color css
<style>
span { border-color: #616709; }
span { border-color: rgb(97,103,9); }
td.TdClassName
{
border-color: #616709;
}
.TagClassName
{
border-color: #616709;
}
</style>