Shades of Fiji Green #616F0B
Tints of Fiji Green #616F0B
RGB
CMYK
RGB Variations
Color information
#616F0B (or 0x616F0B) is known color: Fiji Green. HEX triplet: 61, 6F and 0B. RGB value is (97,111,11). Sum of RGB (Red+Green+Blue) = 97+111+11=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #616F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616F0B is #9E90F4. Grayscale: #5F5F5F. Windows color (decimal): -10391797 or 749409. OLE color: 749409.
HSL color Cylindrical-coordinate representation of color #616F0B: hue angle of 68.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #616F0B is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 11 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.56 |
| HSL | 68.4º | 0.82% | 0.24% | - |
| HSV(B) | 68.4º | 0.9% | 0.44% | - |
| XYZ | 10.67 | 13.93 | 2.44 | - |
| YUV | 95.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 11 | 0.13 | 0 | 0.90 | 0.56 | 68.4 | 0.82 | 0.24 |
| Hex | 61 | 6F | B | D | 0 | 5A | 38 | 44 | 52 | 18 |
| Octal | 141 | 157 | 13 | 15 | 0 | 132 | 70 | 104 | 122 | 30 |
| Binary | 1100001 | 1101111 | 1011 | 1101 | 0 | 1011010 | 111000 | 1000100 | 1010010 | 11000 |
Color Harmonies of #616F0B
Complementary color
Monochromatic Colors of #616F0B
Black with #616F0B
Text Example
Text Example
White with #616F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F0B; }
p { color: rgb(97,111,11); }
H1.HeaderClassName
{
color: #616F0B;
}
.AnyTagClassName
{
color: #616F0B;
}
</style>
background-color css
<style>
a { background-color: #616F0B; }
a { background-color: rgb(97,111,11); }
div.DivClassName
{
background-color: #616F0B;
}
.BgClassName
{
background-color: #616F0B;
}
</style>
border-color css
<style>
span { border-color: #616F0B; }
span { border-color: rgb(97,111,11); }
td.TdClassName
{
border-color: #616F0B;
}
.TagClassName
{
border-color: #616F0B;
}
</style>