Shades of Fiji Green #616F1F
Tints of Fiji Green #616F1F
RGB
CMYK
RGB Variations
Color information
#616F1F (or 0x616F1F) is known color: Fiji Green. HEX triplet: 61, 6F and 1F. RGB value is (97,111,31). Sum of RGB (Red+Green+Blue) = 97+111+31=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #616F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F1F is #9E90E0. Grayscale: #616161. Windows color (decimal): -10391777 or 2060129. OLE color: 2060129.
HSL color Cylindrical-coordinate representation of color #616F1F: hue angle of 70.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #616F1F is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 31 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.56 |
| HSL | 70.5º | 0.56% | 0.28% | - |
| HSV(B) | 70.5º | 0.72% | 0.44% | - |
| XYZ | 10.86 | 14.01 | 3.43 | - |
| YUV | 97.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 31 | 0.13 | 0 | 0.72 | 0.56 | 70.5 | 0.56 | 0.28 |
| Hex | 61 | 6F | 1F | D | 0 | 48 | 38 | 46 | 38 | 1C |
| Octal | 141 | 157 | 37 | 15 | 0 | 110 | 70 | 106 | 70 | 34 |
| Binary | 1100001 | 1101111 | 11111 | 1101 | 0 | 1001000 | 111000 | 1000110 | 111000 | 11100 |
Color Harmonies of #616F1F
Complementary color
Monochromatic Colors of #616F1F
Black with #616F1F
Text Example
Text Example
White with #616F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F1F; }
p { color: rgb(97,111,31); }
H1.HeaderClassName
{
color: #616F1F;
}
.AnyTagClassName
{
color: #616F1F;
}
</style>
background-color css
<style>
a { background-color: #616F1F; }
a { background-color: rgb(97,111,31); }
div.DivClassName
{
background-color: #616F1F;
}
.BgClassName
{
background-color: #616F1F;
}
</style>
border-color css
<style>
span { border-color: #616F1F; }
span { border-color: rgb(97,111,31); }
td.TdClassName
{
border-color: #616F1F;
}
.TagClassName
{
border-color: #616F1F;
}
</style>