Shades of Fiji Green #5A760F
Tints of Fiji Green #5A760F
RGB
CMYK
RGB Variations
Color information
#5A760F (or 0x5A760F) is known color: Fiji Green. HEX triplet: 5A, 76 and 0F. RGB value is (90,118,15). Sum of RGB (Red+Green+Blue) = 90+118+15=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #5A760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A760F is #A589F0. Grayscale: #626262. Windows color (decimal): -10848753 or 1013338. OLE color: 1013338.
HSL color Cylindrical-coordinate representation of color #5A760F: hue angle of 76.31º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A760F is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 15 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.54 |
| HSL | 76.31º | 0.77% | 0.26% | - |
| HSV(B) | 76.31º | 0.87% | 0.46% | - |
| XYZ | 10.78 | 15.17 | 2.81 | - |
| YUV | 97.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 15 | 0.24 | 0 | 0.87 | 0.54 | 76.31 | 0.77 | 0.26 |
| Hex | 5A | 76 | F | 18 | 0 | 57 | 36 | 4C | 4D | 1A |
| Octal | 132 | 166 | 17 | 30 | 0 | 127 | 66 | 114 | 115 | 32 |
| Binary | 1011010 | 1110110 | 1111 | 11000 | 0 | 1010111 | 110110 | 1001100 | 1001101 | 11010 |
Color Harmonies of #5A760F
Complementary color
Monochromatic Colors of #5A760F
Black with #5A760F
Text Example
Text Example
White with #5A760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A760F; }
p { color: rgb(90,118,15); }
H1.HeaderClassName
{
color: #5A760F;
}
.AnyTagClassName
{
color: #5A760F;
}
</style>
background-color css
<style>
a { background-color: #5A760F; }
a { background-color: rgb(90,118,15); }
div.DivClassName
{
background-color: #5A760F;
}
.BgClassName
{
background-color: #5A760F;
}
</style>
border-color css
<style>
span { border-color: #5A760F; }
span { border-color: rgb(90,118,15); }
td.TdClassName
{
border-color: #5A760F;
}
.TagClassName
{
border-color: #5A760F;
}
</style>