Shades of Fiji Green #5F7926
Tints of Fiji Green #5F7926
RGB
CMYK
RGB Variations
Color information
#5F7926 (or 0x5F7926) is known color: Fiji Green. HEX triplet: 5F, 79 and 26. RGB value is (95,121,38). Sum of RGB (Red+Green+Blue) = 95+121+38=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7926 is #A086D9. Grayscale: #686868. Windows color (decimal): -10520282 or 2521439. OLE color: 2521439.
HSL color Cylindrical-coordinate representation of color #5F7926: hue angle of 78.8º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F7926 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 38 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.53 |
| HSL | 78.8º | 0.52% | 0.31% | - |
| HSV(B) | 78.8º | 0.69% | 0.47% | - |
| XYZ | 11.91 | 16.25 | 4.34 | - |
| YUV | 103.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 38 | 0.21 | 0 | 0.69 | 0.53 | 78.8 | 0.52 | 0.31 |
| Hex | 5F | 79 | 26 | 15 | 0 | 45 | 35 | 4F | 34 | 1F |
| Octal | 137 | 171 | 46 | 25 | 0 | 105 | 65 | 117 | 64 | 37 |
| Binary | 1011111 | 1111001 | 100110 | 10101 | 0 | 1000101 | 110101 | 1001111 | 110100 | 11111 |
Color Harmonies of #5F7926
Complementary color
Monochromatic Colors of #5F7926
Black with #5F7926
Text Example
Text Example
White with #5F7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7926; }
p { color: rgb(95,121,38); }
H1.HeaderClassName
{
color: #5F7926;
}
.AnyTagClassName
{
color: #5F7926;
}
</style>
background-color css
<style>
a { background-color: #5F7926; }
a { background-color: rgb(95,121,38); }
div.DivClassName
{
background-color: #5F7926;
}
.BgClassName
{
background-color: #5F7926;
}
</style>
border-color css
<style>
span { border-color: #5F7926; }
span { border-color: rgb(95,121,38); }
td.TdClassName
{
border-color: #5F7926;
}
.TagClassName
{
border-color: #5F7926;
}
</style>