Shades of Fiji Green #6D740D
Tints of Fiji Green #6D740D
RGB
CMYK
RGB Variations
Color information
#6D740D (or 0x6D740D) is known color: Fiji Green. HEX triplet: 6D, 74 and 0D. RGB value is (109,116,13). Sum of RGB (Red+Green+Blue) = 109+116+13=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #6D740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D740D is #928BF2. Grayscale: #666666. Windows color (decimal): -9604083 or 881773. OLE color: 881773.
HSL color Cylindrical-coordinate representation of color #6D740D: hue angle of 64.08º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D740D is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 13 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.55 |
| HSL | 64.08º | 0.8% | 0.25% | - |
| HSV(B) | 64.08º | 0.89% | 0.45% | - |
| XYZ | 12.62 | 15.77 | 2.76 | - |
| YUV | 102.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 13 | 0.06 | 0 | 0.89 | 0.55 | 64.08 | 0.8 | 0.25 |
| Hex | 6D | 74 | D | 6 | 0 | 59 | 37 | 40 | 50 | 19 |
| Octal | 155 | 164 | 15 | 6 | 0 | 131 | 67 | 100 | 120 | 31 |
| Binary | 1101101 | 1110100 | 1101 | 110 | 0 | 1011001 | 110111 | 1000000 | 1010000 | 11001 |
Color Harmonies of #6D740D
Complementary color
Monochromatic Colors of #6D740D
Black with #6D740D
Text Example
Text Example
White with #6D740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D740D; }
p { color: rgb(109,116,13); }
H1.HeaderClassName
{
color: #6D740D;
}
.AnyTagClassName
{
color: #6D740D;
}
</style>
background-color css
<style>
a { background-color: #6D740D; }
a { background-color: rgb(109,116,13); }
div.DivClassName
{
background-color: #6D740D;
}
.BgClassName
{
background-color: #6D740D;
}
</style>
border-color css
<style>
span { border-color: #6D740D; }
span { border-color: rgb(109,116,13); }
td.TdClassName
{
border-color: #6D740D;
}
.TagClassName
{
border-color: #6D740D;
}
</style>