Shades of Fiji Green #6A790E
Tints of Fiji Green #6A790E
RGB
CMYK
RGB Variations
Color information
#6A790E (or 0x6A790E) is known color: Fiji Green. HEX triplet: 6A, 79 and 0E. RGB value is (106,121,14). Sum of RGB (Red+Green+Blue) = 106+121+14=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #6A790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A790E is #9586F1. Grayscale: #686868. Windows color (decimal): -9799410 or 948586. OLE color: 948586.
HSL color Cylindrical-coordinate representation of color #6A790E: hue angle of 68.41º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A790E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 14 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.53 |
| HSL | 68.41º | 0.79% | 0.26% | - |
| HSV(B) | 68.41º | 0.88% | 0.47% | - |
| XYZ | 12.86 | 16.77 | 2.97 | - |
| YUV | 104.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 14 | 0.12 | 0 | 0.88 | 0.53 | 68.41 | 0.79 | 0.26 |
| Hex | 6A | 79 | E | C | 0 | 58 | 35 | 44 | 4F | 1A |
| Octal | 152 | 171 | 16 | 14 | 0 | 130 | 65 | 104 | 117 | 32 |
| Binary | 1101010 | 1111001 | 1110 | 1100 | 0 | 1011000 | 110101 | 1000100 | 1001111 | 11010 |
Color Harmonies of #6A790E
Complementary color
Monochromatic Colors of #6A790E
Black with #6A790E
Text Example
Text Example
White with #6A790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A790E; }
p { color: rgb(106,121,14); }
H1.HeaderClassName
{
color: #6A790E;
}
.AnyTagClassName
{
color: #6A790E;
}
</style>
background-color css
<style>
a { background-color: #6A790E; }
a { background-color: rgb(106,121,14); }
div.DivClassName
{
background-color: #6A790E;
}
.BgClassName
{
background-color: #6A790E;
}
</style>
border-color css
<style>
span { border-color: #6A790E; }
span { border-color: rgb(106,121,14); }
td.TdClassName
{
border-color: #6A790E;
}
.TagClassName
{
border-color: #6A790E;
}
</style>