Shades of Fiji Green #60760F
Tints of Fiji Green #60760F
RGB
CMYK
RGB Variations
Color information
#60760F (or 0x60760F) is known color: Fiji Green. HEX triplet: 60, 76 and 0F. RGB value is (96,118,15). Sum of RGB (Red+Green+Blue) = 96+118+15=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #60760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60760F is #9F89F0. Grayscale: #646464. Windows color (decimal): -10455537 or 1013344. OLE color: 1013344.
HSL color Cylindrical-coordinate representation of color #60760F: hue angle of 72.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60760F is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 15 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.54 |
| HSL | 72.82º | 0.77% | 0.26% | - |
| HSV(B) | 72.82º | 0.87% | 0.46% | - |
| XYZ | 11.39 | 15.48 | 2.84 | - |
| YUV | 99.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 15 | 0.19 | 0 | 0.87 | 0.54 | 72.82 | 0.77 | 0.26 |
| Hex | 60 | 76 | F | 13 | 0 | 57 | 36 | 49 | 4D | 1A |
| Octal | 140 | 166 | 17 | 23 | 0 | 127 | 66 | 111 | 115 | 32 |
| Binary | 1100000 | 1110110 | 1111 | 10011 | 0 | 1010111 | 110110 | 1001001 | 1001101 | 11010 |
Color Harmonies of #60760F
Complementary color
Monochromatic Colors of #60760F
Black with #60760F
Text Example
Text Example
White with #60760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60760F; }
p { color: rgb(96,118,15); }
H1.HeaderClassName
{
color: #60760F;
}
.AnyTagClassName
{
color: #60760F;
}
</style>
background-color css
<style>
a { background-color: #60760F; }
a { background-color: rgb(96,118,15); }
div.DivClassName
{
background-color: #60760F;
}
.BgClassName
{
background-color: #60760F;
}
</style>
border-color css
<style>
span { border-color: #60760F; }
span { border-color: rgb(96,118,15); }
td.TdClassName
{
border-color: #60760F;
}
.TagClassName
{
border-color: #60760F;
}
</style>