Shades of Fiji Green #6A720C
Tints of Fiji Green #6A720C
RGB
CMYK
RGB Variations
Color information
#6A720C (or 0x6A720C) is known color: Fiji Green. HEX triplet: 6A, 72 and 0C. RGB value is (106,114,12). Sum of RGB (Red+Green+Blue) = 106+114+12=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #6A720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A720C is #958DF3. Grayscale: #646464. Windows color (decimal): -9801204 or 815722. OLE color: 815722.
HSL color Cylindrical-coordinate representation of color #6A720C: hue angle of 64.71º degrees, saturation: 0.81, 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 #6A720C is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 12 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.55 |
| HSL | 64.71º | 0.81% | 0.25% | - |
| HSV(B) | 64.71º | 0.89% | 0.45% | - |
| XYZ | 12.03 | 15.13 | 2.63 | - |
| YUV | 99.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 12 | 0.07 | 0 | 0.89 | 0.55 | 64.71 | 0.81 | 0.25 |
| Hex | 6A | 72 | C | 7 | 0 | 59 | 37 | 41 | 51 | 19 |
| Octal | 152 | 162 | 14 | 7 | 0 | 131 | 67 | 101 | 121 | 31 |
| Binary | 1101010 | 1110010 | 1100 | 111 | 0 | 1011001 | 110111 | 1000001 | 1010001 | 11001 |
Color Harmonies of #6A720C
Complementary color
Monochromatic Colors of #6A720C
Black with #6A720C
Text Example
Text Example
White with #6A720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A720C; }
p { color: rgb(106,114,12); }
H1.HeaderClassName
{
color: #6A720C;
}
.AnyTagClassName
{
color: #6A720C;
}
</style>
background-color css
<style>
a { background-color: #6A720C; }
a { background-color: rgb(106,114,12); }
div.DivClassName
{
background-color: #6A720C;
}
.BgClassName
{
background-color: #6A720C;
}
</style>
border-color css
<style>
span { border-color: #6A720C; }
span { border-color: rgb(106,114,12); }
td.TdClassName
{
border-color: #6A720C;
}
.TagClassName
{
border-color: #6A720C;
}
</style>