Shades of Fiji Green #6F7816
Tints of Fiji Green #6F7816
RGB
CMYK
RGB Variations
Color information
#6F7816 (or 0x6F7816) is known color: Fiji Green. HEX triplet: 6F, 78 and 16. RGB value is (111,120,22). Sum of RGB (Red+Green+Blue) = 111+120+22=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7816 is #9087E9. Grayscale: #6A6A6A. Windows color (decimal): -9471978 or 1472623. OLE color: 1472623.
HSL color Cylindrical-coordinate representation of color #6F7816: hue angle of 65.51º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F7816 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 22 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.53 |
| HSL | 65.51º | 0.69% | 0.28% | - |
| HSV(B) | 65.51º | 0.82% | 0.47% | - |
| XYZ | 13.42 | 16.87 | 3.31 | - |
| YUV | 106.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 22 | 0.08 | 0 | 0.82 | 0.53 | 65.51 | 0.69 | 0.28 |
| Hex | 6F | 78 | 16 | 8 | 0 | 52 | 35 | 42 | 45 | 1C |
| Octal | 157 | 170 | 26 | 10 | 0 | 122 | 65 | 102 | 105 | 34 |
| Binary | 1101111 | 1111000 | 10110 | 1000 | 0 | 1010010 | 110101 | 1000010 | 1000101 | 11100 |
Color Harmonies of #6F7816
Complementary color
Monochromatic Colors of #6F7816
Black with #6F7816
Text Example
Text Example
White with #6F7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7816; }
p { color: rgb(111,120,22); }
H1.HeaderClassName
{
color: #6F7816;
}
.AnyTagClassName
{
color: #6F7816;
}
</style>
background-color css
<style>
a { background-color: #6F7816; }
a { background-color: rgb(111,120,22); }
div.DivClassName
{
background-color: #6F7816;
}
.BgClassName
{
background-color: #6F7816;
}
</style>
border-color css
<style>
span { border-color: #6F7816; }
span { border-color: rgb(111,120,22); }
td.TdClassName
{
border-color: #6F7816;
}
.TagClassName
{
border-color: #6F7816;
}
</style>