Shades of Fiji Green #6D7110
Tints of Fiji Green #6D7110
RGB
CMYK
RGB Variations
Color information
#6D7110 (or 0x6D7110) is known color: Fiji Green. HEX triplet: 6D, 71 and 10. RGB value is (109,113,16). Sum of RGB (Red+Green+Blue) = 109+113+16=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7110 is #928EEF. Grayscale: #656565. Windows color (decimal): -9604848 or 1077613. OLE color: 1077613.
HSL color Cylindrical-coordinate representation of color #6D7110: hue angle of 62.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D7110 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 16 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.56 |
| HSL | 62.47º | 0.75% | 0.25% | - |
| HSV(B) | 62.47º | 0.86% | 0.44% | - |
| XYZ | 12.31 | 15.1 | 2.76 | - |
| YUV | 100.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 16 | 0.04 | 0 | 0.86 | 0.56 | 62.47 | 0.75 | 0.25 |
| Hex | 6D | 71 | 10 | 4 | 0 | 56 | 38 | 3E | 4B | 19 |
| Octal | 155 | 161 | 20 | 4 | 0 | 126 | 70 | 76 | 113 | 31 |
| Binary | 1101101 | 1110001 | 10000 | 100 | 0 | 1010110 | 111000 | 111110 | 1001011 | 11001 |
Color Harmonies of #6D7110
Complementary color
Monochromatic Colors of #6D7110
Black with #6D7110
Text Example
Text Example
White with #6D7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7110; }
p { color: rgb(109,113,16); }
H1.HeaderClassName
{
color: #6D7110;
}
.AnyTagClassName
{
color: #6D7110;
}
</style>
background-color css
<style>
a { background-color: #6D7110; }
a { background-color: rgb(109,113,16); }
div.DivClassName
{
background-color: #6D7110;
}
.BgClassName
{
background-color: #6D7110;
}
</style>
border-color css
<style>
span { border-color: #6D7110; }
span { border-color: rgb(109,113,16); }
td.TdClassName
{
border-color: #6D7110;
}
.TagClassName
{
border-color: #6D7110;
}
</style>