Shades of Fiji Green #6F7410
Tints of Fiji Green #6F7410
RGB
CMYK
RGB Variations
Color information
#6F7410 (or 0x6F7410) is known color: Fiji Green. HEX triplet: 6F, 74 and 10. RGB value is (111,116,16). Sum of RGB (Red+Green+Blue) = 111+116+16=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7410 is #908BEF. Grayscale: #676767. Windows color (decimal): -9473008 or 1078383. OLE color: 1078383.
HSL color Cylindrical-coordinate representation of color #6F7410: hue angle of 63º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F7410 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 16 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.55 |
| HSL | 63º | 0.76% | 0.26% | - |
| HSV(B) | 63º | 0.86% | 0.45% | - |
| XYZ | 12.89 | 15.91 | 2.88 | - |
| YUV | 103.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 16 | 0.04 | 0 | 0.86 | 0.55 | 63 | 0.76 | 0.26 |
| Hex | 6F | 74 | 10 | 4 | 0 | 56 | 37 | 3F | 4C | 1A |
| Octal | 157 | 164 | 20 | 4 | 0 | 126 | 67 | 77 | 114 | 32 |
| Binary | 1101111 | 1110100 | 10000 | 100 | 0 | 1010110 | 110111 | 111111 | 1001100 | 11010 |
Color Harmonies of #6F7410
Complementary color
Monochromatic Colors of #6F7410
Black with #6F7410
Text Example
Text Example
White with #6F7410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7410; }
p { color: rgb(111,116,16); }
H1.HeaderClassName
{
color: #6F7410;
}
.AnyTagClassName
{
color: #6F7410;
}
</style>
background-color css
<style>
a { background-color: #6F7410; }
a { background-color: rgb(111,116,16); }
div.DivClassName
{
background-color: #6F7410;
}
.BgClassName
{
background-color: #6F7410;
}
</style>
border-color css
<style>
span { border-color: #6F7410; }
span { border-color: rgb(111,116,16); }
td.TdClassName
{
border-color: #6F7410;
}
.TagClassName
{
border-color: #6F7410;
}
</style>