Shades of Fiji Green #5F6500
Tints of Fiji Green #5F6500
RGB
CMYK
RGB Variations
Color information
#5F6500 (or 0x5F6500) is known color: Fiji Green. HEX triplet: 5F, 65 and 00. RGB value is (95,101,0). Sum of RGB (Red+Green+Blue) = 95+101+0=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6500 is #A09AFF. Grayscale: #585858. Windows color (decimal): -10525440 or 25951. OLE color: 25951.
HSL color Cylindrical-coordinate representation of color #5F6500: hue angle of 63.56º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F6500 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.60 |
| HSL | 63.56º | 1% | 0.2% | - |
| HSV(B) | 63.56º | 1% | 0.4% | - |
| XYZ | 9.37 | 11.74 | 1.77 | - |
| YUV | 87.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 0 | 0.06 | 0 | 1 | 0.60 | 63.56 | 1 | 0.2 |
| Hex | 5F | 65 | 0 | 6 | 0 | 64 | 3C | 40 | 64 | 14 |
| Octal | 137 | 145 | 0 | 6 | 0 | 144 | 74 | 100 | 144 | 24 |
| Binary | 1011111 | 1100101 | 0 | 110 | 0 | 1100100 | 111100 | 1000000 | 1100100 | 10100 |
Color Harmonies of #5F6500
Complementary color
Monochromatic Colors of #5F6500
Black with #5F6500
Text Example
Text Example
White with #5F6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6500; }
p { color: rgb(95,101,0); }
H1.HeaderClassName
{
color: #5F6500;
}
.AnyTagClassName
{
color: #5F6500;
}
</style>
background-color css
<style>
a { background-color: #5F6500; }
a { background-color: rgb(95,101,0); }
div.DivClassName
{
background-color: #5F6500;
}
.BgClassName
{
background-color: #5F6500;
}
</style>
border-color css
<style>
span { border-color: #5F6500; }
span { border-color: rgb(95,101,0); }
td.TdClassName
{
border-color: #5F6500;
}
.TagClassName
{
border-color: #5F6500;
}
</style>