Shades of Fiji Green #6D7610
Tints of Fiji Green #6D7610
RGB
CMYK
RGB Variations
Color information
#6D7610 (or 0x6D7610) is known color: Fiji Green. HEX triplet: 6D, 76 and 10. RGB value is (109,118,16). Sum of RGB (Red+Green+Blue) = 109+118+16=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7610 is #9289EF. Grayscale: #686868. Windows color (decimal): -9603568 or 1078893. OLE color: 1078893.
HSL color Cylindrical-coordinate representation of color #6D7610: hue angle of 65.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D7610 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 16 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.54 |
| HSL | 65.29º | 0.76% | 0.26% | - |
| HSV(B) | 65.29º | 0.86% | 0.46% | - |
| XYZ | 12.88 | 16.25 | 2.95 | - |
| YUV | 103.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 16 | 0.08 | 0 | 0.86 | 0.54 | 65.29 | 0.76 | 0.26 |
| Hex | 6D | 76 | 10 | 8 | 0 | 56 | 36 | 41 | 4C | 1A |
| Octal | 155 | 166 | 20 | 10 | 0 | 126 | 66 | 101 | 114 | 32 |
| Binary | 1101101 | 1110110 | 10000 | 1000 | 0 | 1010110 | 110110 | 1000001 | 1001100 | 11010 |
Color Harmonies of #6D7610
Complementary color
Monochromatic Colors of #6D7610
Black with #6D7610
Text Example
Text Example
White with #6D7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7610; }
p { color: rgb(109,118,16); }
H1.HeaderClassName
{
color: #6D7610;
}
.AnyTagClassName
{
color: #6D7610;
}
</style>
background-color css
<style>
a { background-color: #6D7610; }
a { background-color: rgb(109,118,16); }
div.DivClassName
{
background-color: #6D7610;
}
.BgClassName
{
background-color: #6D7610;
}
</style>
border-color css
<style>
span { border-color: #6D7610; }
span { border-color: rgb(109,118,16); }
td.TdClassName
{
border-color: #6D7610;
}
.TagClassName
{
border-color: #6D7610;
}
</style>