Shades of Fiji Green #717511
Tints of Fiji Green #717511
RGB
CMYK
RGB Variations
Color information
#717511 (or 0x717511) is known color: Fiji Green. HEX triplet: 71, 75 and 11. RGB value is (113,117,17). Sum of RGB (Red+Green+Blue) = 113+117+17=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #717511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717511 is #8E8AEE. Grayscale: #686868. Windows color (decimal): -9341679 or 1144177. OLE color: 1144177.
HSL color Cylindrical-coordinate representation of color #717511: hue angle of 62.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #717511 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 17 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.54 |
| HSL | 62.4º | 0.75% | 0.26% | - |
| HSV(B) | 62.4º | 0.85% | 0.46% | - |
| XYZ | 13.27 | 16.27 | 2.97 | - |
| YUV | 104.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 17 | 0.03 | 0 | 0.85 | 0.54 | 62.4 | 0.75 | 0.26 |
| Hex | 71 | 75 | 11 | 3 | 0 | 55 | 36 | 3E | 4B | 1A |
| Octal | 161 | 165 | 21 | 3 | 0 | 125 | 66 | 76 | 113 | 32 |
| Binary | 1110001 | 1110101 | 10001 | 11 | 0 | 1010101 | 110110 | 111110 | 1001011 | 11010 |
Color Harmonies of #717511
Complementary color
Monochromatic Colors of #717511
Black with #717511
Text Example
Text Example
White with #717511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717511; }
p { color: rgb(113,117,17); }
H1.HeaderClassName
{
color: #717511;
}
.AnyTagClassName
{
color: #717511;
}
</style>
background-color css
<style>
a { background-color: #717511; }
a { background-color: rgb(113,117,17); }
div.DivClassName
{
background-color: #717511;
}
.BgClassName
{
background-color: #717511;
}
</style>
border-color css
<style>
span { border-color: #717511; }
span { border-color: rgb(113,117,17); }
td.TdClassName
{
border-color: #717511;
}
.TagClassName
{
border-color: #717511;
}
</style>