Shades of Fiji Green #60720B
Tints of Fiji Green #60720B
RGB
CMYK
RGB Variations
Color information
#60720B (or 0x60720B) is known color: Fiji Green. HEX triplet: 60, 72 and 0B. RGB value is (96,114,11). Sum of RGB (Red+Green+Blue) = 96+114+11=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #60720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60720B is #9F8DF4. Grayscale: #616161. Windows color (decimal): -10456565 or 750176. OLE color: 750176.
HSL color Cylindrical-coordinate representation of color #60720B: hue angle of 70.49º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60720B is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 11 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.55 |
| HSL | 70.49º | 0.82% | 0.25% | - |
| HSV(B) | 70.49º | 0.9% | 0.45% | - |
| XYZ | 10.9 | 14.55 | 2.55 | - |
| YUV | 96.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 11 | 0.16 | 0 | 0.90 | 0.55 | 70.49 | 0.82 | 0.25 |
| Hex | 60 | 72 | B | 10 | 0 | 5A | 37 | 46 | 52 | 19 |
| Octal | 140 | 162 | 13 | 20 | 0 | 132 | 67 | 106 | 122 | 31 |
| Binary | 1100000 | 1110010 | 1011 | 10000 | 0 | 1011010 | 110111 | 1000110 | 1010010 | 11001 |
Color Harmonies of #60720B
Complementary color
Monochromatic Colors of #60720B
Black with #60720B
Text Example
Text Example
White with #60720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60720B; }
p { color: rgb(96,114,11); }
H1.HeaderClassName
{
color: #60720B;
}
.AnyTagClassName
{
color: #60720B;
}
</style>
background-color css
<style>
a { background-color: #60720B; }
a { background-color: rgb(96,114,11); }
div.DivClassName
{
background-color: #60720B;
}
.BgClassName
{
background-color: #60720B;
}
</style>
border-color css
<style>
span { border-color: #60720B; }
span { border-color: rgb(96,114,11); }
td.TdClassName
{
border-color: #60720B;
}
.TagClassName
{
border-color: #60720B;
}
</style>