Shades of Fiji Green #5A760D
Tints of Fiji Green #5A760D
RGB
CMYK
RGB Variations
Color information
#5A760D (or 0x5A760D) is known color: Fiji Green. HEX triplet: 5A, 76 and 0D. RGB value is (90,118,13). Sum of RGB (Red+Green+Blue) = 90+118+13=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #5A760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A760D is #A589F2. Grayscale: #626262. Windows color (decimal): -10848755 or 882266. OLE color: 882266.
HSL color Cylindrical-coordinate representation of color #5A760D: hue angle of 76º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A760D is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 13 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.54 |
| HSL | 76º | 0.8% | 0.26% | - |
| HSV(B) | 76º | 0.89% | 0.46% | - |
| XYZ | 10.77 | 15.16 | 2.74 | - |
| YUV | 97.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 13 | 0.24 | 0 | 0.89 | 0.54 | 76 | 0.8 | 0.26 |
| Hex | 5A | 76 | D | 18 | 0 | 59 | 36 | 4C | 50 | 1A |
| Octal | 132 | 166 | 15 | 30 | 0 | 131 | 66 | 114 | 120 | 32 |
| Binary | 1011010 | 1110110 | 1101 | 11000 | 0 | 1011001 | 110110 | 1001100 | 1010000 | 11010 |
Color Harmonies of #5A760D
Complementary color
Monochromatic Colors of #5A760D
Black with #5A760D
Text Example
Text Example
White with #5A760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A760D; }
p { color: rgb(90,118,13); }
H1.HeaderClassName
{
color: #5A760D;
}
.AnyTagClassName
{
color: #5A760D;
}
</style>
background-color css
<style>
a { background-color: #5A760D; }
a { background-color: rgb(90,118,13); }
div.DivClassName
{
background-color: #5A760D;
}
.BgClassName
{
background-color: #5A760D;
}
</style>
border-color css
<style>
span { border-color: #5A760D; }
span { border-color: rgb(90,118,13); }
td.TdClassName
{
border-color: #5A760D;
}
.TagClassName
{
border-color: #5A760D;
}
</style>