Shades of Fiji Green #5F6508
Tints of Fiji Green #5F6508
RGB
CMYK
RGB Variations
Color information
#5F6508 (or 0x5F6508) is known color: Fiji Green. HEX triplet: 5F, 65 and 08. RGB value is (95,101,8). Sum of RGB (Red+Green+Blue) = 95+101+8=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6508 is #A09AF7. Grayscale: #585858. Windows color (decimal): -10525432 or 550239. OLE color: 550239.
HSL color Cylindrical-coordinate representation of color #5F6508: hue angle of 63.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F6508 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 8 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.60 |
| HSL | 63.87º | 0.85% | 0.21% | - |
| HSV(B) | 63.87º | 0.92% | 0.4% | - |
| XYZ | 9.42 | 11.76 | 2 | - |
| YUV | 88.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 8 | 0.06 | 0 | 0.92 | 0.60 | 63.87 | 0.85 | 0.21 |
| Hex | 5F | 65 | 8 | 6 | 0 | 5C | 3C | 40 | 55 | 15 |
| Octal | 137 | 145 | 10 | 6 | 0 | 134 | 74 | 100 | 125 | 25 |
| Binary | 1011111 | 1100101 | 1000 | 110 | 0 | 1011100 | 111100 | 1000000 | 1010101 | 10101 |
Color Harmonies of #5F6508
Complementary color
Monochromatic Colors of #5F6508
Black with #5F6508
Text Example
Text Example
White with #5F6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6508; }
p { color: rgb(95,101,8); }
H1.HeaderClassName
{
color: #5F6508;
}
.AnyTagClassName
{
color: #5F6508;
}
</style>
background-color css
<style>
a { background-color: #5F6508; }
a { background-color: rgb(95,101,8); }
div.DivClassName
{
background-color: #5F6508;
}
.BgClassName
{
background-color: #5F6508;
}
</style>
border-color css
<style>
span { border-color: #5F6508; }
span { border-color: rgb(95,101,8); }
td.TdClassName
{
border-color: #5F6508;
}
.TagClassName
{
border-color: #5F6508;
}
</style>