Shades of Fiji Green #6D7214
Tints of Fiji Green #6D7214
RGB
CMYK
RGB Variations
Color information
#6D7214 (or 0x6D7214) is known color: Fiji Green. HEX triplet: 6D, 72 and 14. RGB value is (109,114,20). Sum of RGB (Red+Green+Blue) = 109+114+20=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7214 is #928DEB. Grayscale: #666666. Windows color (decimal): -9604588 or 1340013. OLE color: 1340013.
HSL color Cylindrical-coordinate representation of color #6D7214: hue angle of 63.19º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D7214 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 20 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.55 |
| HSL | 63.19º | 0.7% | 0.26% | - |
| HSV(B) | 63.19º | 0.82% | 0.45% | - |
| XYZ | 12.45 | 15.34 | 2.97 | - |
| YUV | 101.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 20 | 0.04 | 0 | 0.82 | 0.55 | 63.19 | 0.7 | 0.26 |
| Hex | 6D | 72 | 14 | 4 | 0 | 52 | 37 | 3F | 46 | 1A |
| Octal | 155 | 162 | 24 | 4 | 0 | 122 | 67 | 77 | 106 | 32 |
| Binary | 1101101 | 1110010 | 10100 | 100 | 0 | 1010010 | 110111 | 111111 | 1000110 | 11010 |
Color Harmonies of #6D7214
Complementary color
Monochromatic Colors of #6D7214
Black with #6D7214
Text Example
Text Example
White with #6D7214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7214; }
p { color: rgb(109,114,20); }
H1.HeaderClassName
{
color: #6D7214;
}
.AnyTagClassName
{
color: #6D7214;
}
</style>
background-color css
<style>
a { background-color: #6D7214; }
a { background-color: rgb(109,114,20); }
div.DivClassName
{
background-color: #6D7214;
}
.BgClassName
{
background-color: #6D7214;
}
</style>
border-color css
<style>
span { border-color: #6D7214; }
span { border-color: rgb(109,114,20); }
td.TdClassName
{
border-color: #6D7214;
}
.TagClassName
{
border-color: #6D7214;
}
</style>