Shades of Fiji Green #60740F
Tints of Fiji Green #60740F
RGB
CMYK
RGB Variations
Color information
#60740F (or 0x60740F) is known color: Fiji Green. HEX triplet: 60, 74 and 0F. RGB value is (96,116,15). Sum of RGB (Red+Green+Blue) = 96+116+15=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #60740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60740F is #9F8BF0. Grayscale: #626262. Windows color (decimal): -10456049 or 1012832. OLE color: 1012832.
HSL color Cylindrical-coordinate representation of color #60740F: hue angle of 71.88º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60740F is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 15 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.55 |
| HSL | 71.88º | 0.77% | 0.26% | - |
| HSV(B) | 71.88º | 0.87% | 0.45% | - |
| XYZ | 11.16 | 15.01 | 2.76 | - |
| YUV | 98.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 15 | 0.17 | 0 | 0.87 | 0.55 | 71.88 | 0.77 | 0.26 |
| Hex | 60 | 74 | F | 11 | 0 | 57 | 37 | 48 | 4D | 1A |
| Octal | 140 | 164 | 17 | 21 | 0 | 127 | 67 | 110 | 115 | 32 |
| Binary | 1100000 | 1110100 | 1111 | 10001 | 0 | 1010111 | 110111 | 1001000 | 1001101 | 11010 |
Color Harmonies of #60740F
Complementary color
Monochromatic Colors of #60740F
Black with #60740F
Text Example
Text Example
White with #60740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60740F; }
p { color: rgb(96,116,15); }
H1.HeaderClassName
{
color: #60740F;
}
.AnyTagClassName
{
color: #60740F;
}
</style>
background-color css
<style>
a { background-color: #60740F; }
a { background-color: rgb(96,116,15); }
div.DivClassName
{
background-color: #60740F;
}
.BgClassName
{
background-color: #60740F;
}
</style>
border-color css
<style>
span { border-color: #60740F; }
span { border-color: rgb(96,116,15); }
td.TdClassName
{
border-color: #60740F;
}
.TagClassName
{
border-color: #60740F;
}
</style>