Shades of Fiji Green #6D7519
Tints of Fiji Green #6D7519
RGB
CMYK
RGB Variations
Color information
#6D7519 (or 0x6D7519) is known color: Fiji Green. HEX triplet: 6D, 75 and 19. RGB value is (109,117,25). Sum of RGB (Red+Green+Blue) = 109+117+25=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7519 is #928AE6. Grayscale: #686868. Windows color (decimal): -9603815 or 1668461. OLE color: 1668461.
HSL color Cylindrical-coordinate representation of color #6D7519: hue angle of 65.22º 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 #6D7519 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 25 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.54 |
| HSL | 65.22º | 0.65% | 0.28% | - |
| HSV(B) | 65.22º | 0.79% | 0.46% | - |
| XYZ | 12.84 | 16.04 | 3.34 | - |
| YUV | 104.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 25 | 0.07 | 0 | 0.79 | 0.54 | 65.22 | 0.65 | 0.28 |
| Hex | 6D | 75 | 19 | 7 | 0 | 4F | 36 | 41 | 41 | 1C |
| Octal | 155 | 165 | 31 | 7 | 0 | 117 | 66 | 101 | 101 | 34 |
| Binary | 1101101 | 1110101 | 11001 | 111 | 0 | 1001111 | 110110 | 1000001 | 1000001 | 11100 |
Color Harmonies of #6D7519
Complementary color
Monochromatic Colors of #6D7519
Black with #6D7519
Text Example
Text Example
White with #6D7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7519; }
p { color: rgb(109,117,25); }
H1.HeaderClassName
{
color: #6D7519;
}
.AnyTagClassName
{
color: #6D7519;
}
</style>
background-color css
<style>
a { background-color: #6D7519; }
a { background-color: rgb(109,117,25); }
div.DivClassName
{
background-color: #6D7519;
}
.BgClassName
{
background-color: #6D7519;
}
</style>
border-color css
<style>
span { border-color: #6D7519; }
span { border-color: rgb(109,117,25); }
td.TdClassName
{
border-color: #6D7519;
}
.TagClassName
{
border-color: #6D7519;
}
</style>