Shades of Fiji Green #6D8010
Tints of Fiji Green #6D8010
RGB
CMYK
RGB Variations
Color information
#6D8010 (or 0x6D8010) is known color: Fiji Green. HEX triplet: 6D, 80 and 10. RGB value is (109,128,16). Sum of RGB (Red+Green+Blue) = 109+128+16=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8010 is #927FEF. Grayscale: #6D6D6D. Windows color (decimal): -9601008 or 1081453. OLE color: 1081453.
HSL color Cylindrical-coordinate representation of color #6D8010: hue angle of 70.18º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D8010 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 16 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.50 |
| HSL | 70.18º | 0.78% | 0.28% | - |
| HSV(B) | 70.18º | 0.88% | 0.5% | - |
| XYZ | 14.12 | 18.73 | 3.36 | - |
| YUV | 109.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 16 | 0.15 | 0 | 0.88 | 0.50 | 70.18 | 0.78 | 0.28 |
| Hex | 6D | 80 | 10 | F | 0 | 58 | 32 | 46 | 4E | 1C |
| Octal | 155 | 200 | 20 | 17 | 0 | 130 | 62 | 106 | 116 | 34 |
| Binary | 1101101 | 10000000 | 10000 | 1111 | 0 | 1011000 | 110010 | 1000110 | 1001110 | 11100 |
Color Harmonies of #6D8010
Complementary color
Monochromatic Colors of #6D8010
Black with #6D8010
Text Example
Text Example
White with #6D8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8010; }
p { color: rgb(109,128,16); }
H1.HeaderClassName
{
color: #6D8010;
}
.AnyTagClassName
{
color: #6D8010;
}
</style>
background-color css
<style>
a { background-color: #6D8010; }
a { background-color: rgb(109,128,16); }
div.DivClassName
{
background-color: #6D8010;
}
.BgClassName
{
background-color: #6D8010;
}
</style>
border-color css
<style>
span { border-color: #6D8010; }
span { border-color: rgb(109,128,16); }
td.TdClassName
{
border-color: #6D8010;
}
.TagClassName
{
border-color: #6D8010;
}
</style>