Shades of Fiji Green #6A680E
Tints of Fiji Green #6A680E
RGB
CMYK
RGB Variations
Color information
#6A680E (or 0x6A680E) is known color: Fiji Green. HEX triplet: 6A, 68 and 0E. RGB value is (106,104,14). Sum of RGB (Red+Green+Blue) = 106+104+14=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A680E is #9597F1. Grayscale: #5E5E5E. Windows color (decimal): -9803762 or 944234. OLE color: 944234.
HSL color Cylindrical-coordinate representation of color #6A680E: hue angle of 58.7º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A680E is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 14 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.58 |
| HSL | 58.7º | 0.77% | 0.24% | - |
| HSV(B) | 58.7º | 0.87% | 0.42% | - |
| XYZ | 10.97 | 13 | 2.35 | - |
| YUV | 94.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 14 | 0 | 0.02 | 0.87 | 0.58 | 58.7 | 0.77 | 0.24 |
| Hex | 6A | 68 | E | 0 | 2 | 57 | 3A | 3B | 4D | 18 |
| Octal | 152 | 150 | 16 | 0 | 2 | 127 | 72 | 73 | 115 | 30 |
| Binary | 1101010 | 1101000 | 1110 | 0 | 10 | 1010111 | 111010 | 111011 | 1001101 | 11000 |
Color Harmonies of #6A680E
Complementary color
Monochromatic Colors of #6A680E
Black with #6A680E
Text Example
Text Example
White with #6A680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A680E; }
p { color: rgb(106,104,14); }
H1.HeaderClassName
{
color: #6A680E;
}
.AnyTagClassName
{
color: #6A680E;
}
</style>
background-color css
<style>
a { background-color: #6A680E; }
a { background-color: rgb(106,104,14); }
div.DivClassName
{
background-color: #6A680E;
}
.BgClassName
{
background-color: #6A680E;
}
</style>
border-color css
<style>
span { border-color: #6A680E; }
span { border-color: rgb(106,104,14); }
td.TdClassName
{
border-color: #6A680E;
}
.TagClassName
{
border-color: #6A680E;
}
</style>