Shades of Fiji Green #6E7016
Tints of Fiji Green #6E7016
RGB
CMYK
RGB Variations
Color information
#6E7016 (or 0x6E7016) is known color: Fiji Green. HEX triplet: 6E, 70 and 16. RGB value is (110,112,22). Sum of RGB (Red+Green+Blue) = 110+112+22=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7016 is #918FE9. Grayscale: #656565. Windows color (decimal): -9539562 or 1470574. OLE color: 1470574.
HSL color Cylindrical-coordinate representation of color #6E7016: hue angle of 61.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E7016 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 22 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.56 |
| HSL | 61.33º | 0.67% | 0.26% | - |
| HSV(B) | 61.33º | 0.8% | 0.44% | - |
| XYZ | 12.37 | 14.96 | 2.99 | - |
| YUV | 101.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 22 | 0.02 | 0 | 0.80 | 0.56 | 61.33 | 0.67 | 0.26 |
| Hex | 6E | 70 | 16 | 2 | 0 | 50 | 38 | 3D | 43 | 1A |
| Octal | 156 | 160 | 26 | 2 | 0 | 120 | 70 | 75 | 103 | 32 |
| Binary | 1101110 | 1110000 | 10110 | 10 | 0 | 1010000 | 111000 | 111101 | 1000011 | 11010 |
Color Harmonies of #6E7016
Complementary color
Monochromatic Colors of #6E7016
Black with #6E7016
Text Example
Text Example
White with #6E7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7016; }
p { color: rgb(110,112,22); }
H1.HeaderClassName
{
color: #6E7016;
}
.AnyTagClassName
{
color: #6E7016;
}
</style>
background-color css
<style>
a { background-color: #6E7016; }
a { background-color: rgb(110,112,22); }
div.DivClassName
{
background-color: #6E7016;
}
.BgClassName
{
background-color: #6E7016;
}
</style>
border-color css
<style>
span { border-color: #6E7016; }
span { border-color: rgb(110,112,22); }
td.TdClassName
{
border-color: #6E7016;
}
.TagClassName
{
border-color: #6E7016;
}
</style>