Shades of Fiji Green #6E7510
Tints of Fiji Green #6E7510
RGB
CMYK
RGB Variations
Color information
#6E7510 (or 0x6E7510) is known color: Fiji Green. HEX triplet: 6E, 75 and 10. RGB value is (110,117,16). Sum of RGB (Red+Green+Blue) = 110+117+16=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7510 is #918AEF. Grayscale: #676767. Windows color (decimal): -9538288 or 1078638. OLE color: 1078638.
HSL color Cylindrical-coordinate representation of color #6E7510: hue angle of 64.16º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E7510 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 16 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.54 |
| HSL | 64.16º | 0.76% | 0.26% | - |
| HSV(B) | 64.16º | 0.86% | 0.46% | - |
| XYZ | 12.89 | 16.07 | 2.91 | - |
| YUV | 103.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 16 | 0.06 | 0 | 0.86 | 0.54 | 64.16 | 0.76 | 0.26 |
| Hex | 6E | 75 | 10 | 6 | 0 | 56 | 36 | 40 | 4C | 1A |
| Octal | 156 | 165 | 20 | 6 | 0 | 126 | 66 | 100 | 114 | 32 |
| Binary | 1101110 | 1110101 | 10000 | 110 | 0 | 1010110 | 110110 | 1000000 | 1001100 | 11010 |
Color Harmonies of #6E7510
Complementary color
Monochromatic Colors of #6E7510
Black with #6E7510
Text Example
Text Example
White with #6E7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7510; }
p { color: rgb(110,117,16); }
H1.HeaderClassName
{
color: #6E7510;
}
.AnyTagClassName
{
color: #6E7510;
}
</style>
background-color css
<style>
a { background-color: #6E7510; }
a { background-color: rgb(110,117,16); }
div.DivClassName
{
background-color: #6E7510;
}
.BgClassName
{
background-color: #6E7510;
}
</style>
border-color css
<style>
span { border-color: #6E7510; }
span { border-color: rgb(110,117,16); }
td.TdClassName
{
border-color: #6E7510;
}
.TagClassName
{
border-color: #6E7510;
}
</style>