Shades of Fiji Green #5F6C11
Tints of Fiji Green #5F6C11
RGB
CMYK
RGB Variations
Color information
#5F6C11 (or 0x5F6C11) is known color: Fiji Green. HEX triplet: 5F, 6C and 11. RGB value is (95,108,17). Sum of RGB (Red+Green+Blue) = 95+108+17=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #5F6C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6C11 is #A093EE. Grayscale: #5E5E5E. Windows color (decimal): -10523631 or 1141855. OLE color: 1141855.
HSL color Cylindrical-coordinate representation of color #5F6C11: hue angle of 68.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F6C11 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 108 | 17 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.58 |
| HSL | 68.57º | 0.73% | 0.25% | - |
| HSV(B) | 68.57º | 0.84% | 0.42% | - |
| XYZ | 10.18 | 13.2 | 2.54 | - |
| YUV | 93.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 108 | 17 | 0.12 | 0 | 0.84 | 0.58 | 68.57 | 0.73 | 0.25 |
| Hex | 5F | 6C | 11 | C | 0 | 54 | 3A | 45 | 49 | 19 |
| Octal | 137 | 154 | 21 | 14 | 0 | 124 | 72 | 105 | 111 | 31 |
| Binary | 1011111 | 1101100 | 10001 | 1100 | 0 | 1010100 | 111010 | 1000101 | 1001001 | 11001 |
Color Harmonies of #5F6C11
Complementary color
Monochromatic Colors of #5F6C11
Black with #5F6C11
Text Example
Text Example
White with #5F6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6C11; }
p { color: rgb(95,108,17); }
H1.HeaderClassName
{
color: #5F6C11;
}
.AnyTagClassName
{
color: #5F6C11;
}
</style>
background-color css
<style>
a { background-color: #5F6C11; }
a { background-color: rgb(95,108,17); }
div.DivClassName
{
background-color: #5F6C11;
}
.BgClassName
{
background-color: #5F6C11;
}
</style>
border-color css
<style>
span { border-color: #5F6C11; }
span { border-color: rgb(95,108,17); }
td.TdClassName
{
border-color: #5F6C11;
}
.TagClassName
{
border-color: #5F6C11;
}
</style>