Shades of Fiji Green #6E7714
Tints of Fiji Green #6E7714
RGB
CMYK
RGB Variations
Color information
#6E7714 (or 0x6E7714) is known color: Fiji Green. HEX triplet: 6E, 77 and 14. RGB value is (110,119,20). Sum of RGB (Red+Green+Blue) = 110+119+20=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7714 is #9188EB. Grayscale: #696969. Windows color (decimal): -9537772 or 1341294. OLE color: 1341294.
HSL color Cylindrical-coordinate representation of color #6E7714: hue angle of 65.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E7714 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 20 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.53 |
| HSL | 65.45º | 0.71% | 0.27% | - |
| HSV(B) | 65.45º | 0.83% | 0.47% | - |
| XYZ | 13.15 | 16.56 | 3.16 | - |
| YUV | 105.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 20 | 0.08 | 0 | 0.83 | 0.53 | 65.45 | 0.71 | 0.27 |
| Hex | 6E | 77 | 14 | 8 | 0 | 53 | 35 | 41 | 47 | 1B |
| Octal | 156 | 167 | 24 | 10 | 0 | 123 | 65 | 101 | 107 | 33 |
| Binary | 1101110 | 1110111 | 10100 | 1000 | 0 | 1010011 | 110101 | 1000001 | 1000111 | 11011 |
Color Harmonies of #6E7714
Complementary color
Monochromatic Colors of #6E7714
Black with #6E7714
Text Example
Text Example
White with #6E7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7714; }
p { color: rgb(110,119,20); }
H1.HeaderClassName
{
color: #6E7714;
}
.AnyTagClassName
{
color: #6E7714;
}
</style>
background-color css
<style>
a { background-color: #6E7714; }
a { background-color: rgb(110,119,20); }
div.DivClassName
{
background-color: #6E7714;
}
.BgClassName
{
background-color: #6E7714;
}
</style>
border-color css
<style>
span { border-color: #6E7714; }
span { border-color: rgb(110,119,20); }
td.TdClassName
{
border-color: #6E7714;
}
.TagClassName
{
border-color: #6E7714;
}
</style>