Shades of Fiji Green #6E7619
Tints of Fiji Green #6E7619
RGB
CMYK
RGB Variations
Color information
#6E7619 (or 0x6E7619) is known color: Fiji Green. HEX triplet: 6E, 76 and 19. RGB value is (110,118,25). Sum of RGB (Red+Green+Blue) = 110+118+25=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7619 is #9189E6. Grayscale: #696969. Windows color (decimal): -9538023 or 1668718. OLE color: 1668718.
HSL color Cylindrical-coordinate representation of color #6E7619: hue angle of 65.16º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E7619 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 25 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.54 |
| HSL | 65.16º | 0.65% | 0.28% | - |
| HSV(B) | 65.16º | 0.79% | 0.46% | - |
| XYZ | 13.08 | 16.34 | 3.38 | - |
| YUV | 105.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 25 | 0.07 | 0 | 0.79 | 0.54 | 65.16 | 0.65 | 0.28 |
| Hex | 6E | 76 | 19 | 7 | 0 | 4F | 36 | 41 | 41 | 1C |
| Octal | 156 | 166 | 31 | 7 | 0 | 117 | 66 | 101 | 101 | 34 |
| Binary | 1101110 | 1110110 | 11001 | 111 | 0 | 1001111 | 110110 | 1000001 | 1000001 | 11100 |
Color Harmonies of #6E7619
Complementary color
Monochromatic Colors of #6E7619
Black with #6E7619
Text Example
Text Example
White with #6E7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7619; }
p { color: rgb(110,118,25); }
H1.HeaderClassName
{
color: #6E7619;
}
.AnyTagClassName
{
color: #6E7619;
}
</style>
background-color css
<style>
a { background-color: #6E7619; }
a { background-color: rgb(110,118,25); }
div.DivClassName
{
background-color: #6E7619;
}
.BgClassName
{
background-color: #6E7619;
}
</style>
border-color css
<style>
span { border-color: #6E7619; }
span { border-color: rgb(110,118,25); }
td.TdClassName
{
border-color: #6E7619;
}
.TagClassName
{
border-color: #6E7619;
}
</style>