Shades of Fiji Green #5F6209
Tints of Fiji Green #5F6209
RGB
CMYK
RGB Variations
Color information
#5F6209 (or 0x5F6209) is known color: Fiji Green. HEX triplet: 5F, 62 and 09. RGB value is (95,98,9). Sum of RGB (Red+Green+Blue) = 95+98+9=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6209 is #A09DF6. Grayscale: #575757. Windows color (decimal): -10526199 or 615007. OLE color: 615007.
HSL color Cylindrical-coordinate representation of color #5F6209: hue angle of 62.02º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F6209 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 9 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.62 |
| HSL | 62.02º | 0.83% | 0.21% | - |
| HSV(B) | 62.02º | 0.91% | 0.38% | - |
| XYZ | 9.14 | 11.19 | 1.94 | - |
| YUV | 86.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 9 | 0.03 | 0 | 0.91 | 0.62 | 62.02 | 0.83 | 0.21 |
| Hex | 5F | 62 | 9 | 3 | 0 | 5B | 3E | 3E | 53 | 15 |
| Octal | 137 | 142 | 11 | 3 | 0 | 133 | 76 | 76 | 123 | 25 |
| Binary | 1011111 | 1100010 | 1001 | 11 | 0 | 1011011 | 111110 | 111110 | 1010011 | 10101 |
Color Harmonies of #5F6209
Complementary color
Monochromatic Colors of #5F6209
Black with #5F6209
Text Example
Text Example
White with #5F6209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6209; }
p { color: rgb(95,98,9); }
H1.HeaderClassName
{
color: #5F6209;
}
.AnyTagClassName
{
color: #5F6209;
}
</style>
background-color css
<style>
a { background-color: #5F6209; }
a { background-color: rgb(95,98,9); }
div.DivClassName
{
background-color: #5F6209;
}
.BgClassName
{
background-color: #5F6209;
}
</style>
border-color css
<style>
span { border-color: #5F6209; }
span { border-color: rgb(95,98,9); }
td.TdClassName
{
border-color: #5F6209;
}
.TagClassName
{
border-color: #5F6209;
}
</style>