Shades of Fiji Green #6E770F
Tints of Fiji Green #6E770F
RGB
CMYK
RGB Variations
Color information
#6E770F (or 0x6E770F) is known color: Fiji Green. HEX triplet: 6E, 77 and 0F. RGB value is (110,119,15). Sum of RGB (Red+Green+Blue) = 110+119+15=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #6E770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E770F is #9188F0. Grayscale: #686868. Windows color (decimal): -9537777 or 1013614. OLE color: 1013614.
HSL color Cylindrical-coordinate representation of color #6E770F: hue angle of 65.19º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E770F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 15 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.53 |
| HSL | 65.19º | 0.78% | 0.26% | - |
| HSV(B) | 65.19º | 0.87% | 0.47% | - |
| XYZ | 13.11 | 16.54 | 2.95 | - |
| YUV | 104.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 15 | 0.08 | 0 | 0.87 | 0.53 | 65.19 | 0.78 | 0.26 |
| Hex | 6E | 77 | F | 8 | 0 | 57 | 35 | 41 | 4E | 1A |
| Octal | 156 | 167 | 17 | 10 | 0 | 127 | 65 | 101 | 116 | 32 |
| Binary | 1101110 | 1110111 | 1111 | 1000 | 0 | 1010111 | 110101 | 1000001 | 1001110 | 11010 |
Color Harmonies of #6E770F
Complementary color
Monochromatic Colors of #6E770F
Black with #6E770F
Text Example
Text Example
White with #6E770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E770F; }
p { color: rgb(110,119,15); }
H1.HeaderClassName
{
color: #6E770F;
}
.AnyTagClassName
{
color: #6E770F;
}
</style>
background-color css
<style>
a { background-color: #6E770F; }
a { background-color: rgb(110,119,15); }
div.DivClassName
{
background-color: #6E770F;
}
.BgClassName
{
background-color: #6E770F;
}
</style>
border-color css
<style>
span { border-color: #6E770F; }
span { border-color: rgb(110,119,15); }
td.TdClassName
{
border-color: #6E770F;
}
.TagClassName
{
border-color: #6E770F;
}
</style>