Shades of Fiji Green #616F06
Tints of Fiji Green #616F06
RGB
CMYK
RGB Variations
Color information
#616F06 (or 0x616F06) is known color: Fiji Green. HEX triplet: 61, 6F and 06. RGB value is (97,111,6). Sum of RGB (Red+Green+Blue) = 97+111+6=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #616F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616F06 is #9E90F9. Grayscale: #5F5F5F. Windows color (decimal): -10391802 or 421729. OLE color: 421729.
HSL color Cylindrical-coordinate representation of color #616F06: hue angle of 68º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #616F06 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 6 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.56 |
| HSL | 68º | 0.9% | 0.23% | - |
| HSV(B) | 68º | 0.95% | 0.44% | - |
| XYZ | 10.65 | 13.92 | 2.3 | - |
| YUV | 94.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 6 | 0.13 | 0 | 0.95 | 0.56 | 68 | 0.9 | 0.23 |
| Hex | 61 | 6F | 6 | D | 0 | 5F | 38 | 44 | 5A | 17 |
| Octal | 141 | 157 | 6 | 15 | 0 | 137 | 70 | 104 | 132 | 27 |
| Binary | 1100001 | 1101111 | 110 | 1101 | 0 | 1011111 | 111000 | 1000100 | 1011010 | 10111 |
Color Harmonies of #616F06
Complementary color
Monochromatic Colors of #616F06
Black with #616F06
Text Example
Text Example
White with #616F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F06; }
p { color: rgb(97,111,6); }
H1.HeaderClassName
{
color: #616F06;
}
.AnyTagClassName
{
color: #616F06;
}
</style>
background-color css
<style>
a { background-color: #616F06; }
a { background-color: rgb(97,111,6); }
div.DivClassName
{
background-color: #616F06;
}
.BgClassName
{
background-color: #616F06;
}
</style>
border-color css
<style>
span { border-color: #616F06; }
span { border-color: rgb(97,111,6); }
td.TdClassName
{
border-color: #616F06;
}
.TagClassName
{
border-color: #616F06;
}
</style>