Shades of Fiji Green #60720E
Tints of Fiji Green #60720E
RGB
CMYK
RGB Variations
Color information
#60720E (or 0x60720E) is known color: Fiji Green. HEX triplet: 60, 72 and 0E. RGB value is (96,114,14). Sum of RGB (Red+Green+Blue) = 96+114+14=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #60720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60720E is #9F8DF1. Grayscale: #616161. Windows color (decimal): -10456562 or 946784. OLE color: 946784.
HSL color Cylindrical-coordinate representation of color #60720E: hue angle of 70.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 #60720E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 14 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.55 |
| HSL | 70.8º | 0.78% | 0.25% | - |
| HSV(B) | 70.8º | 0.88% | 0.45% | - |
| XYZ | 10.92 | 14.55 | 2.65 | - |
| YUV | 97.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 14 | 0.16 | 0 | 0.88 | 0.55 | 70.8 | 0.78 | 0.25 |
| Hex | 60 | 72 | E | 10 | 0 | 58 | 37 | 47 | 4E | 19 |
| Octal | 140 | 162 | 16 | 20 | 0 | 130 | 67 | 107 | 116 | 31 |
| Binary | 1100000 | 1110010 | 1110 | 10000 | 0 | 1011000 | 110111 | 1000111 | 1001110 | 11001 |
Color Harmonies of #60720E
Complementary color
Monochromatic Colors of #60720E
Black with #60720E
Text Example
Text Example
White with #60720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60720E; }
p { color: rgb(96,114,14); }
H1.HeaderClassName
{
color: #60720E;
}
.AnyTagClassName
{
color: #60720E;
}
</style>
background-color css
<style>
a { background-color: #60720E; }
a { background-color: rgb(96,114,14); }
div.DivClassName
{
background-color: #60720E;
}
.BgClassName
{
background-color: #60720E;
}
</style>
border-color css
<style>
span { border-color: #60720E; }
span { border-color: rgb(96,114,14); }
td.TdClassName
{
border-color: #60720E;
}
.TagClassName
{
border-color: #60720E;
}
</style>