Shades of Fiji Green #6E750E
Tints of Fiji Green #6E750E
RGB
CMYK
RGB Variations
Color information
#6E750E (or 0x6E750E) is known color: Fiji Green. HEX triplet: 6E, 75 and 0E. RGB value is (110,117,14). Sum of RGB (Red+Green+Blue) = 110+117+14=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #6E750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E750E is #918AF1. Grayscale: #676767. Windows color (decimal): -9538290 or 947566. OLE color: 947566.
HSL color Cylindrical-coordinate representation of color #6E750E: hue angle of 64.08º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E750E is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 14 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.54 |
| HSL | 64.08º | 0.79% | 0.26% | - |
| HSV(B) | 64.08º | 0.88% | 0.46% | - |
| XYZ | 12.87 | 16.07 | 2.84 | - |
| YUV | 103.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 14 | 0.06 | 0 | 0.88 | 0.54 | 64.08 | 0.79 | 0.26 |
| Hex | 6E | 75 | E | 6 | 0 | 58 | 36 | 40 | 4F | 1A |
| Octal | 156 | 165 | 16 | 6 | 0 | 130 | 66 | 100 | 117 | 32 |
| Binary | 1101110 | 1110101 | 1110 | 110 | 0 | 1011000 | 110110 | 1000000 | 1001111 | 11010 |
Color Harmonies of #6E750E
Complementary color
Monochromatic Colors of #6E750E
Black with #6E750E
Text Example
Text Example
White with #6E750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E750E; }
p { color: rgb(110,117,14); }
H1.HeaderClassName
{
color: #6E750E;
}
.AnyTagClassName
{
color: #6E750E;
}
</style>
background-color css
<style>
a { background-color: #6E750E; }
a { background-color: rgb(110,117,14); }
div.DivClassName
{
background-color: #6E750E;
}
.BgClassName
{
background-color: #6E750E;
}
</style>
border-color css
<style>
span { border-color: #6E750E; }
span { border-color: rgb(110,117,14); }
td.TdClassName
{
border-color: #6E750E;
}
.TagClassName
{
border-color: #6E750E;
}
</style>