Shades of Fiji Green #5F600F
Tints of Fiji Green #5F600F
RGB
CMYK
RGB Variations
Color information
#5F600F (or 0x5F600F) is known color: Fiji Green. HEX triplet: 5F, 60 and 0F. RGB value is (95,96,15). Sum of RGB (Red+Green+Blue) = 95+96+15=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #5F600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F600F is #A09FF0. Grayscale: #565656. Windows color (decimal): -10526705 or 1007711. OLE color: 1007711.
HSL color Cylindrical-coordinate representation of color #5F600F: hue angle of 60.74º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F600F is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 15 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.62 |
| HSL | 60.74º | 0.73% | 0.22% | - |
| HSV(B) | 60.74º | 0.84% | 0.38% | - |
| XYZ | 8.99 | 10.83 | 2.07 | - |
| YUV | 86.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 15 | 0.01 | 0 | 0.84 | 0.62 | 60.74 | 0.73 | 0.22 |
| Hex | 5F | 60 | F | 1 | 0 | 54 | 3E | 3D | 49 | 16 |
| Octal | 137 | 140 | 17 | 1 | 0 | 124 | 76 | 75 | 111 | 26 |
| Binary | 1011111 | 1100000 | 1111 | 1 | 0 | 1010100 | 111110 | 111101 | 1001001 | 10110 |
Color Harmonies of #5F600F
Complementary color
Monochromatic Colors of #5F600F
Black with #5F600F
Text Example
Text Example
White with #5F600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F600F; }
p { color: rgb(95,96,15); }
H1.HeaderClassName
{
color: #5F600F;
}
.AnyTagClassName
{
color: #5F600F;
}
</style>
background-color css
<style>
a { background-color: #5F600F; }
a { background-color: rgb(95,96,15); }
div.DivClassName
{
background-color: #5F600F;
}
.BgClassName
{
background-color: #5F600F;
}
</style>
border-color css
<style>
span { border-color: #5F600F; }
span { border-color: rgb(95,96,15); }
td.TdClassName
{
border-color: #5F600F;
}
.TagClassName
{
border-color: #5F600F;
}
</style>