Shades of Fiji Green #5A751F
Tints of Fiji Green #5A751F
RGB
CMYK
RGB Variations
Color information
#5A751F (or 0x5A751F) is known color: Fiji Green. HEX triplet: 5A, 75 and 1F. RGB value is (90,117,31). Sum of RGB (Red+Green+Blue) = 90+117+31=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #5A751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A751F is #A58AE0. Grayscale: #636363. Windows color (decimal): -10848993 or 2061658. OLE color: 2061658.
HSL color Cylindrical-coordinate representation of color #5A751F: hue angle of 78.84º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A751F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 31 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.54 |
| HSL | 78.84º | 0.58% | 0.29% | - |
| HSV(B) | 78.84º | 0.74% | 0.46% | - |
| XYZ | 10.83 | 15 | 3.62 | - |
| YUV | 99.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 31 | 0.23 | 0 | 0.74 | 0.54 | 78.84 | 0.58 | 0.29 |
| Hex | 5A | 75 | 1F | 17 | 0 | 4A | 36 | 4F | 3A | 1D |
| Octal | 132 | 165 | 37 | 27 | 0 | 112 | 66 | 117 | 72 | 35 |
| Binary | 1011010 | 1110101 | 11111 | 10111 | 0 | 1001010 | 110110 | 1001111 | 111010 | 11101 |
Color Harmonies of #5A751F
Complementary color
Monochromatic Colors of #5A751F
Black with #5A751F
Text Example
Text Example
White with #5A751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A751F; }
p { color: rgb(90,117,31); }
H1.HeaderClassName
{
color: #5A751F;
}
.AnyTagClassName
{
color: #5A751F;
}
</style>
background-color css
<style>
a { background-color: #5A751F; }
a { background-color: rgb(90,117,31); }
div.DivClassName
{
background-color: #5A751F;
}
.BgClassName
{
background-color: #5A751F;
}
</style>
border-color css
<style>
span { border-color: #5A751F; }
span { border-color: rgb(90,117,31); }
td.TdClassName
{
border-color: #5A751F;
}
.TagClassName
{
border-color: #5A751F;
}
</style>