Shades of Fiji Green #60760D
Tints of Fiji Green #60760D
RGB
CMYK
RGB Variations
Color information
#60760D (or 0x60760D) is known color: Fiji Green. HEX triplet: 60, 76 and 0D. RGB value is (96,118,13). Sum of RGB (Red+Green+Blue) = 96+118+13=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #60760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60760D is #9F89F2. Grayscale: #636363. Windows color (decimal): -10455539 or 882272. OLE color: 882272.
HSL color Cylindrical-coordinate representation of color #60760D: hue angle of 72.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60760D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 13 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.54 |
| HSL | 72.57º | 0.8% | 0.26% | - |
| HSV(B) | 72.57º | 0.89% | 0.46% | - |
| XYZ | 11.37 | 15.47 | 2.77 | - |
| YUV | 99.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 13 | 0.19 | 0 | 0.89 | 0.54 | 72.57 | 0.8 | 0.26 |
| Hex | 60 | 76 | D | 13 | 0 | 59 | 36 | 49 | 50 | 1A |
| Octal | 140 | 166 | 15 | 23 | 0 | 131 | 66 | 111 | 120 | 32 |
| Binary | 1100000 | 1110110 | 1101 | 10011 | 0 | 1011001 | 110110 | 1001001 | 1010000 | 11010 |
Color Harmonies of #60760D
Complementary color
Monochromatic Colors of #60760D
Black with #60760D
Text Example
Text Example
White with #60760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60760D; }
p { color: rgb(96,118,13); }
H1.HeaderClassName
{
color: #60760D;
}
.AnyTagClassName
{
color: #60760D;
}
</style>
background-color css
<style>
a { background-color: #60760D; }
a { background-color: rgb(96,118,13); }
div.DivClassName
{
background-color: #60760D;
}
.BgClassName
{
background-color: #60760D;
}
</style>
border-color css
<style>
span { border-color: #60760D; }
span { border-color: rgb(96,118,13); }
td.TdClassName
{
border-color: #60760D;
}
.TagClassName
{
border-color: #60760D;
}
</style>