Shades of Fiji Green #5F790C
Tints of Fiji Green #5F790C
RGB
CMYK
RGB Variations
Color information
#5F790C (or 0x5F790C) is known color: Fiji Green. HEX triplet: 5F, 79 and 0C. RGB value is (95,121,12). Sum of RGB (Red+Green+Blue) = 95+121+12=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #5F790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F790C is #A086F3. Grayscale: #656565. Windows color (decimal): -10520308 or 817503. OLE color: 817503.
HSL color Cylindrical-coordinate representation of color #5F790C: hue angle of 74.31º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F790C is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 12 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.53 |
| HSL | 74.31º | 0.82% | 0.26% | - |
| HSV(B) | 74.31º | 0.9% | 0.47% | - |
| XYZ | 11.62 | 16.13 | 2.85 | - |
| YUV | 100.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 12 | 0.21 | 0 | 0.90 | 0.53 | 74.31 | 0.82 | 0.26 |
| Hex | 5F | 79 | C | 15 | 0 | 5A | 35 | 4A | 52 | 1A |
| Octal | 137 | 171 | 14 | 25 | 0 | 132 | 65 | 112 | 122 | 32 |
| Binary | 1011111 | 1111001 | 1100 | 10101 | 0 | 1011010 | 110101 | 1001010 | 1010010 | 11010 |
Color Harmonies of #5F790C
Complementary color
Monochromatic Colors of #5F790C
Black with #5F790C
Text Example
Text Example
White with #5F790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F790C; }
p { color: rgb(95,121,12); }
H1.HeaderClassName
{
color: #5F790C;
}
.AnyTagClassName
{
color: #5F790C;
}
</style>
background-color css
<style>
a { background-color: #5F790C; }
a { background-color: rgb(95,121,12); }
div.DivClassName
{
background-color: #5F790C;
}
.BgClassName
{
background-color: #5F790C;
}
</style>
border-color css
<style>
span { border-color: #5F790C; }
span { border-color: rgb(95,121,12); }
td.TdClassName
{
border-color: #5F790C;
}
.TagClassName
{
border-color: #5F790C;
}
</style>