Shades of Fiji Green #6F7619
Tints of Fiji Green #6F7619
RGB
CMYK
RGB Variations
Color information
#6F7619 (or 0x6F7619) is known color: Fiji Green. HEX triplet: 6F, 76 and 19. RGB value is (111,118,25). Sum of RGB (Red+Green+Blue) = 111+118+25=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7619 is #9089E6. Grayscale: #696969. Windows color (decimal): -9472487 or 1668719. OLE color: 1668719.
HSL color Cylindrical-coordinate representation of color #6F7619: hue angle of 64.52º 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 #6F7619 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 25 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.54 |
| HSL | 64.52º | 0.65% | 0.28% | - |
| HSV(B) | 64.52º | 0.79% | 0.46% | - |
| XYZ | 13.21 | 16.41 | 3.39 | - |
| YUV | 105.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 25 | 0.06 | 0 | 0.79 | 0.54 | 64.52 | 0.65 | 0.28 |
| Hex | 6F | 76 | 19 | 6 | 0 | 4F | 36 | 41 | 41 | 1C |
| Octal | 157 | 166 | 31 | 6 | 0 | 117 | 66 | 101 | 101 | 34 |
| Binary | 1101111 | 1110110 | 11001 | 110 | 0 | 1001111 | 110110 | 1000001 | 1000001 | 11100 |
Color Harmonies of #6F7619
Complementary color
Monochromatic Colors of #6F7619
Black with #6F7619
Text Example
Text Example
White with #6F7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7619; }
p { color: rgb(111,118,25); }
H1.HeaderClassName
{
color: #6F7619;
}
.AnyTagClassName
{
color: #6F7619;
}
</style>
background-color css
<style>
a { background-color: #6F7619; }
a { background-color: rgb(111,118,25); }
div.DivClassName
{
background-color: #6F7619;
}
.BgClassName
{
background-color: #6F7619;
}
</style>
border-color css
<style>
span { border-color: #6F7619; }
span { border-color: rgb(111,118,25); }
td.TdClassName
{
border-color: #6F7619;
}
.TagClassName
{
border-color: #6F7619;
}
</style>