Shades of Fiji Green #5F7100
Tints of Fiji Green #5F7100
RGB
CMYK
RGB Variations
Color information
#5F7100 (or 0x5F7100) is known color: Fiji Green. HEX triplet: 5F, 71 and 00. RGB value is (95,113,0). Sum of RGB (Red+Green+Blue) = 95+113+0=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7100 is #A08EFF. Grayscale: #5F5F5F. Windows color (decimal): -10522368 or 29023. OLE color: 29023.
HSL color Cylindrical-coordinate representation of color #5F7100: hue angle of 69.56º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F7100 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.56 |
| HSL | 69.56º | 1% | 0.22% | - |
| HSV(B) | 69.56º | 1% | 0.44% | - |
| XYZ | 10.62 | 14.24 | 2.19 | - |
| YUV | 94.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 0 | 0.16 | 0 | 1 | 0.56 | 69.56 | 1 | 0.22 |
| Hex | 5F | 71 | 0 | 10 | 0 | 64 | 38 | 46 | 64 | 16 |
| Octal | 137 | 161 | 0 | 20 | 0 | 144 | 70 | 106 | 144 | 26 |
| Binary | 1011111 | 1110001 | 0 | 10000 | 0 | 1100100 | 111000 | 1000110 | 1100100 | 10110 |
Color Harmonies of #5F7100
Complementary color
Monochromatic Colors of #5F7100
Black with #5F7100
Text Example
Text Example
White with #5F7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7100; }
p { color: rgb(95,113,0); }
H1.HeaderClassName
{
color: #5F7100;
}
.AnyTagClassName
{
color: #5F7100;
}
</style>
background-color css
<style>
a { background-color: #5F7100; }
a { background-color: rgb(95,113,0); }
div.DivClassName
{
background-color: #5F7100;
}
.BgClassName
{
background-color: #5F7100;
}
</style>
border-color css
<style>
span { border-color: #5F7100; }
span { border-color: rgb(95,113,0); }
td.TdClassName
{
border-color: #5F7100;
}
.TagClassName
{
border-color: #5F7100;
}
</style>