Shades of Fiji Green #6D710C
Tints of Fiji Green #6D710C
RGB
CMYK
RGB Variations
Color information
#6D710C (or 0x6D710C) is known color: Fiji Green. HEX triplet: 6D, 71 and 0C. RGB value is (109,113,12). Sum of RGB (Red+Green+Blue) = 109+113+12=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #6D710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D710C is #928EF3. Grayscale: #646464. Windows color (decimal): -9604852 or 815469. OLE color: 815469.
HSL color Cylindrical-coordinate representation of color #6D710C: hue angle of 62.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D710C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 12 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.56 |
| HSL | 62.38º | 0.81% | 0.25% | - |
| HSV(B) | 62.38º | 0.89% | 0.44% | - |
| XYZ | 12.28 | 15.09 | 2.61 | - |
| YUV | 100.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 12 | 0.04 | 0 | 0.89 | 0.56 | 62.38 | 0.81 | 0.25 |
| Hex | 6D | 71 | C | 4 | 0 | 59 | 38 | 3E | 51 | 19 |
| Octal | 155 | 161 | 14 | 4 | 0 | 131 | 70 | 76 | 121 | 31 |
| Binary | 1101101 | 1110001 | 1100 | 100 | 0 | 1011001 | 111000 | 111110 | 1010001 | 11001 |
Color Harmonies of #6D710C
Complementary color
Monochromatic Colors of #6D710C
Black with #6D710C
Text Example
Text Example
White with #6D710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D710C; }
p { color: rgb(109,113,12); }
H1.HeaderClassName
{
color: #6D710C;
}
.AnyTagClassName
{
color: #6D710C;
}
</style>
background-color css
<style>
a { background-color: #6D710C; }
a { background-color: rgb(109,113,12); }
div.DivClassName
{
background-color: #6D710C;
}
.BgClassName
{
background-color: #6D710C;
}
</style>
border-color css
<style>
span { border-color: #6D710C; }
span { border-color: rgb(109,113,12); }
td.TdClassName
{
border-color: #6D710C;
}
.TagClassName
{
border-color: #6D710C;
}
</style>