Shades of Fiji Green #5F6501
Tints of Fiji Green #5F6501
RGB
CMYK
RGB Variations
Color information
#5F6501 (or 0x5F6501) is known color: Fiji Green. HEX triplet: 5F, 65 and 01. RGB value is (95,101,1). Sum of RGB (Red+Green+Blue) = 95+101+1=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6501 is #A09AFE. Grayscale: #585858. Windows color (decimal): -10525439 or 91487. OLE color: 91487.
HSL color Cylindrical-coordinate representation of color #5F6501: hue angle of 63.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F6501 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.60 |
| HSL | 63.6º | 0.98% | 0.2% | - |
| HSV(B) | 63.6º | 0.99% | 0.4% | - |
| XYZ | 9.38 | 11.74 | 1.8 | - |
| YUV | 87.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 1 | 0.06 | 0 | 0.99 | 0.60 | 63.6 | 0.98 | 0.2 |
| Hex | 5F | 65 | 1 | 6 | 0 | 63 | 3C | 40 | 62 | 14 |
| Octal | 137 | 145 | 1 | 6 | 0 | 143 | 74 | 100 | 142 | 24 |
| Binary | 1011111 | 1100101 | 1 | 110 | 0 | 1100011 | 111100 | 1000000 | 1100010 | 10100 |
Color Harmonies of #5F6501
Complementary color
Monochromatic Colors of #5F6501
Black with #5F6501
Text Example
Text Example
White with #5F6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6501; }
p { color: rgb(95,101,1); }
H1.HeaderClassName
{
color: #5F6501;
}
.AnyTagClassName
{
color: #5F6501;
}
</style>
background-color css
<style>
a { background-color: #5F6501; }
a { background-color: rgb(95,101,1); }
div.DivClassName
{
background-color: #5F6501;
}
.BgClassName
{
background-color: #5F6501;
}
</style>
border-color css
<style>
span { border-color: #5F6501; }
span { border-color: rgb(95,101,1); }
td.TdClassName
{
border-color: #5F6501;
}
.TagClassName
{
border-color: #5F6501;
}
</style>