Shades of Fiji Green #5F6510
Tints of Fiji Green #5F6510
RGB
CMYK
RGB Variations
Color information
#5F6510 (or 0x5F6510) is known color: Fiji Green. HEX triplet: 5F, 65 and 10. RGB value is (95,101,16). Sum of RGB (Red+Green+Blue) = 95+101+16=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6510 is #A09AEF. Grayscale: #595959. Windows color (decimal): -10525424 or 1074527. OLE color: 1074527.
HSL color Cylindrical-coordinate representation of color #5F6510: hue angle of 64.24º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F6510 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 16 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.60 |
| HSL | 64.24º | 0.73% | 0.23% | - |
| HSV(B) | 64.24º | 0.84% | 0.4% | - |
| XYZ | 9.47 | 11.78 | 2.26 | - |
| YUV | 89.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 16 | 0.06 | 0 | 0.84 | 0.60 | 64.24 | 0.73 | 0.23 |
| Hex | 5F | 65 | 10 | 6 | 0 | 54 | 3C | 40 | 49 | 17 |
| Octal | 137 | 145 | 20 | 6 | 0 | 124 | 74 | 100 | 111 | 27 |
| Binary | 1011111 | 1100101 | 10000 | 110 | 0 | 1010100 | 111100 | 1000000 | 1001001 | 10111 |
Color Harmonies of #5F6510
Complementary color
Monochromatic Colors of #5F6510
Black with #5F6510
Text Example
Text Example
White with #5F6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6510; }
p { color: rgb(95,101,16); }
H1.HeaderClassName
{
color: #5F6510;
}
.AnyTagClassName
{
color: #5F6510;
}
</style>
background-color css
<style>
a { background-color: #5F6510; }
a { background-color: rgb(95,101,16); }
div.DivClassName
{
background-color: #5F6510;
}
.BgClassName
{
background-color: #5F6510;
}
</style>
border-color css
<style>
span { border-color: #5F6510; }
span { border-color: rgb(95,101,16); }
td.TdClassName
{
border-color: #5F6510;
}
.TagClassName
{
border-color: #5F6510;
}
</style>