Shades of Fiji Green #5F7125
Tints of Fiji Green #5F7125
RGB
CMYK
RGB Variations
Color information
#5F7125 (or 0x5F7125) is known color: Fiji Green. HEX triplet: 5F, 71 and 25. RGB value is (95,113,37). Sum of RGB (Red+Green+Blue) = 95+113+37=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7125 is #A08EDA. Grayscale: #636363. Windows color (decimal): -10522331 or 2453855. OLE color: 2453855.
HSL color Cylindrical-coordinate representation of color #5F7125: hue angle of 74.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F7125 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 37 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.56 |
| HSL | 74.21º | 0.51% | 0.29% | - |
| HSV(B) | 74.21º | 0.67% | 0.44% | - |
| XYZ | 10.96 | 14.38 | 3.95 | - |
| YUV | 98.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 37 | 0.16 | 0 | 0.67 | 0.56 | 74.21 | 0.51 | 0.29 |
| Hex | 5F | 71 | 25 | 10 | 0 | 43 | 38 | 4A | 33 | 1D |
| Octal | 137 | 161 | 45 | 20 | 0 | 103 | 70 | 112 | 63 | 35 |
| Binary | 1011111 | 1110001 | 100101 | 10000 | 0 | 1000011 | 111000 | 1001010 | 110011 | 11101 |
Color Harmonies of #5F7125
Complementary color
Monochromatic Colors of #5F7125
Black with #5F7125
Text Example
Text Example
White with #5F7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7125; }
p { color: rgb(95,113,37); }
H1.HeaderClassName
{
color: #5F7125;
}
.AnyTagClassName
{
color: #5F7125;
}
</style>
background-color css
<style>
a { background-color: #5F7125; }
a { background-color: rgb(95,113,37); }
div.DivClassName
{
background-color: #5F7125;
}
.BgClassName
{
background-color: #5F7125;
}
</style>
border-color css
<style>
span { border-color: #5F7125; }
span { border-color: rgb(95,113,37); }
td.TdClassName
{
border-color: #5F7125;
}
.TagClassName
{
border-color: #5F7125;
}
</style>