Shades of Fiji Green #6E7A14
Tints of Fiji Green #6E7A14
RGB
CMYK
RGB Variations
Color information
#6E7A14 (or 0x6E7A14) is known color: Fiji Green. HEX triplet: 6E, 7A and 14. RGB value is (110,122,20). Sum of RGB (Red+Green+Blue) = 110+122+20=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7A14 is #9185EB. Grayscale: #6B6B6B. Windows color (decimal): -9537004 or 1342062. OLE color: 1342062.
HSL color Cylindrical-coordinate representation of color #6E7A14: hue angle of 67.06º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E7A14 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 20 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.52 |
| HSL | 67.06º | 0.72% | 0.28% | - |
| HSV(B) | 67.06º | 0.84% | 0.48% | - |
| XYZ | 13.52 | 17.28 | 3.29 | - |
| YUV | 106.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 20 | 0.10 | 0 | 0.84 | 0.52 | 67.06 | 0.72 | 0.28 |
| Hex | 6E | 7A | 14 | A | 0 | 54 | 34 | 43 | 48 | 1C |
| Octal | 156 | 172 | 24 | 12 | 0 | 124 | 64 | 103 | 110 | 34 |
| Binary | 1101110 | 1111010 | 10100 | 1010 | 0 | 1010100 | 110100 | 1000011 | 1001000 | 11100 |
Color Harmonies of #6E7A14
Complementary color
Monochromatic Colors of #6E7A14
Black with #6E7A14
Text Example
Text Example
White with #6E7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A14; }
p { color: rgb(110,122,20); }
H1.HeaderClassName
{
color: #6E7A14;
}
.AnyTagClassName
{
color: #6E7A14;
}
</style>
background-color css
<style>
a { background-color: #6E7A14; }
a { background-color: rgb(110,122,20); }
div.DivClassName
{
background-color: #6E7A14;
}
.BgClassName
{
background-color: #6E7A14;
}
</style>
border-color css
<style>
span { border-color: #6E7A14; }
span { border-color: rgb(110,122,20); }
td.TdClassName
{
border-color: #6E7A14;
}
.TagClassName
{
border-color: #6E7A14;
}
</style>