Shades of Fiji Green #6A720D
Tints of Fiji Green #6A720D
RGB
CMYK
RGB Variations
Color information
#6A720D (or 0x6A720D) is known color: Fiji Green. HEX triplet: 6A, 72 and 0D. RGB value is (106,114,13). Sum of RGB (Red+Green+Blue) = 106+114+13=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #6A720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A720D is #958DF2. Grayscale: #646464. Windows color (decimal): -9801203 or 881258. OLE color: 881258.
HSL color Cylindrical-coordinate representation of color #6A720D: hue angle of 64.75º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A720D is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 13 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.55 |
| HSL | 64.75º | 0.8% | 0.25% | - |
| HSV(B) | 64.75º | 0.89% | 0.45% | - |
| XYZ | 12.03 | 15.13 | 2.67 | - |
| YUV | 100.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 13 | 0.07 | 0 | 0.89 | 0.55 | 64.75 | 0.8 | 0.25 |
| Hex | 6A | 72 | D | 7 | 0 | 59 | 37 | 41 | 50 | 19 |
| Octal | 152 | 162 | 15 | 7 | 0 | 131 | 67 | 101 | 120 | 31 |
| Binary | 1101010 | 1110010 | 1101 | 111 | 0 | 1011001 | 110111 | 1000001 | 1010000 | 11001 |
Color Harmonies of #6A720D
Complementary color
Monochromatic Colors of #6A720D
Black with #6A720D
Text Example
Text Example
White with #6A720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A720D; }
p { color: rgb(106,114,13); }
H1.HeaderClassName
{
color: #6A720D;
}
.AnyTagClassName
{
color: #6A720D;
}
</style>
background-color css
<style>
a { background-color: #6A720D; }
a { background-color: rgb(106,114,13); }
div.DivClassName
{
background-color: #6A720D;
}
.BgClassName
{
background-color: #6A720D;
}
</style>
border-color css
<style>
span { border-color: #6A720D; }
span { border-color: rgb(106,114,13); }
td.TdClassName
{
border-color: #6A720D;
}
.TagClassName
{
border-color: #6A720D;
}
</style>