Shades of Fiji Green #6A720E
Tints of Fiji Green #6A720E
RGB
CMYK
RGB Variations
Color information
#6A720E (or 0x6A720E) is known color: Fiji Green. HEX triplet: 6A, 72 and 0E. RGB value is (106,114,14). Sum of RGB (Red+Green+Blue) = 106+114+14=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #6A720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A720E is #958DF1. Grayscale: #646464. Windows color (decimal): -9801202 or 946794. OLE color: 946794.
HSL color Cylindrical-coordinate representation of color #6A720E: hue angle of 64.8º 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 #6A720E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 14 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.55 |
| HSL | 64.8º | 0.78% | 0.25% | - |
| HSV(B) | 64.8º | 0.88% | 0.45% | - |
| XYZ | 12.04 | 15.13 | 2.7 | - |
| YUV | 100.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 14 | 0.07 | 0 | 0.88 | 0.55 | 64.8 | 0.78 | 0.25 |
| Hex | 6A | 72 | E | 7 | 0 | 58 | 37 | 41 | 4E | 19 |
| Octal | 152 | 162 | 16 | 7 | 0 | 130 | 67 | 101 | 116 | 31 |
| Binary | 1101010 | 1110010 | 1110 | 111 | 0 | 1011000 | 110111 | 1000001 | 1001110 | 11001 |
Color Harmonies of #6A720E
Complementary color
Monochromatic Colors of #6A720E
Black with #6A720E
Text Example
Text Example
White with #6A720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A720E; }
p { color: rgb(106,114,14); }
H1.HeaderClassName
{
color: #6A720E;
}
.AnyTagClassName
{
color: #6A720E;
}
</style>
background-color css
<style>
a { background-color: #6A720E; }
a { background-color: rgb(106,114,14); }
div.DivClassName
{
background-color: #6A720E;
}
.BgClassName
{
background-color: #6A720E;
}
</style>
border-color css
<style>
span { border-color: #6A720E; }
span { border-color: rgb(106,114,14); }
td.TdClassName
{
border-color: #6A720E;
}
.TagClassName
{
border-color: #6A720E;
}
</style>