Shades of Fiji Green #6A720F
Tints of Fiji Green #6A720F
RGB
CMYK
RGB Variations
Color information
#6A720F (or 0x6A720F) is known color: Fiji Green. HEX triplet: 6A, 72 and 0F. RGB value is (106,114,15). Sum of RGB (Red+Green+Blue) = 106+114+15=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #6A720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A720F is #958DF0. Grayscale: #646464. Windows color (decimal): -9801201 or 1012330. OLE color: 1012330.
HSL color Cylindrical-coordinate representation of color #6A720F: hue angle of 64.85º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A720F is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 15 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.55 |
| HSL | 64.85º | 0.77% | 0.25% | - |
| HSV(B) | 64.85º | 0.87% | 0.45% | - |
| XYZ | 12.05 | 15.13 | 2.74 | - |
| YUV | 100.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 15 | 0.07 | 0 | 0.87 | 0.55 | 64.85 | 0.77 | 0.25 |
| Hex | 6A | 72 | F | 7 | 0 | 57 | 37 | 41 | 4D | 19 |
| Octal | 152 | 162 | 17 | 7 | 0 | 127 | 67 | 101 | 115 | 31 |
| Binary | 1101010 | 1110010 | 1111 | 111 | 0 | 1010111 | 110111 | 1000001 | 1001101 | 11001 |
Color Harmonies of #6A720F
Complementary color
Monochromatic Colors of #6A720F
Black with #6A720F
Text Example
Text Example
White with #6A720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A720F; }
p { color: rgb(106,114,15); }
H1.HeaderClassName
{
color: #6A720F;
}
.AnyTagClassName
{
color: #6A720F;
}
</style>
background-color css
<style>
a { background-color: #6A720F; }
a { background-color: rgb(106,114,15); }
div.DivClassName
{
background-color: #6A720F;
}
.BgClassName
{
background-color: #6A720F;
}
</style>
border-color css
<style>
span { border-color: #6A720F; }
span { border-color: rgb(106,114,15); }
td.TdClassName
{
border-color: #6A720F;
}
.TagClassName
{
border-color: #6A720F;
}
</style>