Shades of Fiji Green #6A740E
Tints of Fiji Green #6A740E
RGB
CMYK
RGB Variations
Color information
#6A740E (or 0x6A740E) is known color: Fiji Green. HEX triplet: 6A, 74 and 0E. RGB value is (106,116,14). Sum of RGB (Red+Green+Blue) = 106+116+14=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #6A740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A740E is #958BF1. Grayscale: #656565. Windows color (decimal): -9800690 or 947306. OLE color: 947306.
HSL color Cylindrical-coordinate representation of color #6A740E: hue angle of 65.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A740E is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 116 | 14 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.55 |
| HSL | 65.88º | 0.78% | 0.25% | - |
| HSV(B) | 65.88º | 0.88% | 0.45% | - |
| XYZ | 12.27 | 15.59 | 2.78 | - |
| YUV | 101.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 14 | 0.09 | 0 | 0.88 | 0.55 | 65.88 | 0.78 | 0.25 |
| Hex | 6A | 74 | E | 9 | 0 | 58 | 37 | 42 | 4E | 19 |
| Octal | 152 | 164 | 16 | 11 | 0 | 130 | 67 | 102 | 116 | 31 |
| Binary | 1101010 | 1110100 | 1110 | 1001 | 0 | 1011000 | 110111 | 1000010 | 1001110 | 11001 |
Color Harmonies of #6A740E
Complementary color
Monochromatic Colors of #6A740E
Black with #6A740E
Text Example
Text Example
White with #6A740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A740E; }
p { color: rgb(106,116,14); }
H1.HeaderClassName
{
color: #6A740E;
}
.AnyTagClassName
{
color: #6A740E;
}
</style>
background-color css
<style>
a { background-color: #6A740E; }
a { background-color: rgb(106,116,14); }
div.DivClassName
{
background-color: #6A740E;
}
.BgClassName
{
background-color: #6A740E;
}
</style>
border-color css
<style>
span { border-color: #6A740E; }
span { border-color: rgb(106,116,14); }
td.TdClassName
{
border-color: #6A740E;
}
.TagClassName
{
border-color: #6A740E;
}
</style>