Shades of Fiji Green #6D7011
Tints of Fiji Green #6D7011
RGB
CMYK
RGB Variations
Color information
#6D7011 (or 0x6D7011) is known color: Fiji Green. HEX triplet: 6D, 70 and 11. RGB value is (109,112,17). Sum of RGB (Red+Green+Blue) = 109+112+17=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7011 is #928FEE. Grayscale: #646464. Windows color (decimal): -9605103 or 1142893. OLE color: 1142893.
HSL color Cylindrical-coordinate representation of color #6D7011: hue angle of 61.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D7011 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 17 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.56 |
| HSL | 61.89º | 0.74% | 0.25% | - |
| HSV(B) | 61.89º | 0.85% | 0.44% | - |
| XYZ | 12.2 | 14.88 | 2.76 | - |
| YUV | 100.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 17 | 0.03 | 0 | 0.85 | 0.56 | 61.89 | 0.74 | 0.25 |
| Hex | 6D | 70 | 11 | 3 | 0 | 55 | 38 | 3E | 4A | 19 |
| Octal | 155 | 160 | 21 | 3 | 0 | 125 | 70 | 76 | 112 | 31 |
| Binary | 1101101 | 1110000 | 10001 | 11 | 0 | 1010101 | 111000 | 111110 | 1001010 | 11001 |
Color Harmonies of #6D7011
Complementary color
Monochromatic Colors of #6D7011
Black with #6D7011
Text Example
Text Example
White with #6D7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7011; }
p { color: rgb(109,112,17); }
H1.HeaderClassName
{
color: #6D7011;
}
.AnyTagClassName
{
color: #6D7011;
}
</style>
background-color css
<style>
a { background-color: #6D7011; }
a { background-color: rgb(109,112,17); }
div.DivClassName
{
background-color: #6D7011;
}
.BgClassName
{
background-color: #6D7011;
}
</style>
border-color css
<style>
span { border-color: #6D7011; }
span { border-color: rgb(109,112,17); }
td.TdClassName
{
border-color: #6D7011;
}
.TagClassName
{
border-color: #6D7011;
}
</style>