Shades of Fiji Green #6F7D16
Tints of Fiji Green #6F7D16
RGB
CMYK
RGB Variations
Color information
#6F7D16 (or 0x6F7D16) is known color: Fiji Green. HEX triplet: 6F, 7D and 16. RGB value is (111,125,22). Sum of RGB (Red+Green+Blue) = 111+125+22=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7D16 is #9082E9. Grayscale: #6D6D6D. Windows color (decimal): -9470698 or 1473903. OLE color: 1473903.
HSL color Cylindrical-coordinate representation of color #6F7D16: hue angle of 68.16º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F7D16 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 125 | 22 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.51 |
| HSL | 68.16º | 0.7% | 0.29% | - |
| HSV(B) | 68.16º | 0.82% | 0.49% | - |
| XYZ | 14.03 | 18.1 | 3.51 | - |
| YUV | 109.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 22 | 0.11 | 0 | 0.82 | 0.51 | 68.16 | 0.7 | 0.29 |
| Hex | 6F | 7D | 16 | B | 0 | 52 | 33 | 44 | 46 | 1D |
| Octal | 157 | 175 | 26 | 13 | 0 | 122 | 63 | 104 | 106 | 35 |
| Binary | 1101111 | 1111101 | 10110 | 1011 | 0 | 1010010 | 110011 | 1000100 | 1000110 | 11101 |
Color Harmonies of #6F7D16
Complementary color
Monochromatic Colors of #6F7D16
Black with #6F7D16
Text Example
Text Example
White with #6F7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D16; }
p { color: rgb(111,125,22); }
H1.HeaderClassName
{
color: #6F7D16;
}
.AnyTagClassName
{
color: #6F7D16;
}
</style>
background-color css
<style>
a { background-color: #6F7D16; }
a { background-color: rgb(111,125,22); }
div.DivClassName
{
background-color: #6F7D16;
}
.BgClassName
{
background-color: #6F7D16;
}
</style>
border-color css
<style>
span { border-color: #6F7D16; }
span { border-color: rgb(111,125,22); }
td.TdClassName
{
border-color: #6F7D16;
}
.TagClassName
{
border-color: #6F7D16;
}
</style>