Shades of Fiji Green #6E7419
Tints of Fiji Green #6E7419
RGB
CMYK
RGB Variations
Color information
#6E7419 (or 0x6E7419) is known color: Fiji Green. HEX triplet: 6E, 74 and 19. RGB value is (110,116,25). Sum of RGB (Red+Green+Blue) = 110+116+25=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7419 is #918BE6. Grayscale: #686868. Windows color (decimal): -9538535 or 1668206. OLE color: 1668206.
HSL color Cylindrical-coordinate representation of color #6E7419: hue angle of 63.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E7419 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 25 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.55 |
| HSL | 63.96º | 0.65% | 0.28% | - |
| HSV(B) | 63.96º | 0.78% | 0.45% | - |
| XYZ | 12.85 | 15.88 | 3.31 | - |
| YUV | 103.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 25 | 0.05 | 0 | 0.78 | 0.55 | 63.96 | 0.65 | 0.28 |
| Hex | 6E | 74 | 19 | 5 | 0 | 4E | 37 | 40 | 41 | 1C |
| Octal | 156 | 164 | 31 | 5 | 0 | 116 | 67 | 100 | 101 | 34 |
| Binary | 1101110 | 1110100 | 11001 | 101 | 0 | 1001110 | 110111 | 1000000 | 1000001 | 11100 |
Color Harmonies of #6E7419
Complementary color
Monochromatic Colors of #6E7419
Black with #6E7419
Text Example
Text Example
White with #6E7419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7419; }
p { color: rgb(110,116,25); }
H1.HeaderClassName
{
color: #6E7419;
}
.AnyTagClassName
{
color: #6E7419;
}
</style>
background-color css
<style>
a { background-color: #6E7419; }
a { background-color: rgb(110,116,25); }
div.DivClassName
{
background-color: #6E7419;
}
.BgClassName
{
background-color: #6E7419;
}
</style>
border-color css
<style>
span { border-color: #6E7419; }
span { border-color: rgb(110,116,25); }
td.TdClassName
{
border-color: #6E7419;
}
.TagClassName
{
border-color: #6E7419;
}
</style>