Shades of Fiji Green #6D7212
Tints of Fiji Green #6D7212
RGB
CMYK
RGB Variations
Color information
#6D7212 (or 0x6D7212) is known color: Fiji Green. HEX triplet: 6D, 72 and 12. RGB value is (109,114,18). Sum of RGB (Red+Green+Blue) = 109+114+18=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7212 is #928DED. Grayscale: #656565. Windows color (decimal): -9604590 or 1208941. OLE color: 1208941.
HSL color Cylindrical-coordinate representation of color #6D7212: hue angle of 63.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D7212 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 18 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.55 |
| HSL | 63.13º | 0.73% | 0.26% | - |
| HSV(B) | 63.13º | 0.84% | 0.45% | - |
| XYZ | 12.43 | 15.33 | 2.88 | - |
| YUV | 101.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 18 | 0.04 | 0 | 0.84 | 0.55 | 63.13 | 0.73 | 0.26 |
| Hex | 6D | 72 | 12 | 4 | 0 | 54 | 37 | 3F | 49 | 1A |
| Octal | 155 | 162 | 22 | 4 | 0 | 124 | 67 | 77 | 111 | 32 |
| Binary | 1101101 | 1110010 | 10010 | 100 | 0 | 1010100 | 110111 | 111111 | 1001001 | 11010 |
Color Harmonies of #6D7212
Complementary color
Monochromatic Colors of #6D7212
Black with #6D7212
Text Example
Text Example
White with #6D7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7212; }
p { color: rgb(109,114,18); }
H1.HeaderClassName
{
color: #6D7212;
}
.AnyTagClassName
{
color: #6D7212;
}
</style>
background-color css
<style>
a { background-color: #6D7212; }
a { background-color: rgb(109,114,18); }
div.DivClassName
{
background-color: #6D7212;
}
.BgClassName
{
background-color: #6D7212;
}
</style>
border-color css
<style>
span { border-color: #6D7212; }
span { border-color: rgb(109,114,18); }
td.TdClassName
{
border-color: #6D7212;
}
.TagClassName
{
border-color: #6D7212;
}
</style>