Shades of Fiji Green #5A761B
Tints of Fiji Green #5A761B
RGB
CMYK
RGB Variations
Color information
#5A761B (or 0x5A761B) is known color: Fiji Green. HEX triplet: 5A, 76 and 1B. RGB value is (90,118,27). Sum of RGB (Red+Green+Blue) = 90+118+27=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #5A761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A761B is #A589E4. Grayscale: #636363. Windows color (decimal): -10848741 or 1799770. OLE color: 1799770.
HSL color Cylindrical-coordinate representation of color #5A761B: hue angle of 78.46º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A761B is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 27 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.54 |
| HSL | 78.46º | 0.63% | 0.28% | - |
| HSV(B) | 78.46º | 0.77% | 0.46% | - |
| XYZ | 10.89 | 15.21 | 3.4 | - |
| YUV | 99.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 27 | 0.24 | 0 | 0.77 | 0.54 | 78.46 | 0.63 | 0.28 |
| Hex | 5A | 76 | 1B | 18 | 0 | 4D | 36 | 4E | 3F | 1C |
| Octal | 132 | 166 | 33 | 30 | 0 | 115 | 66 | 116 | 77 | 34 |
| Binary | 1011010 | 1110110 | 11011 | 11000 | 0 | 1001101 | 110110 | 1001110 | 111111 | 11100 |
Color Harmonies of #5A761B
Complementary color
Monochromatic Colors of #5A761B
Black with #5A761B
Text Example
Text Example
White with #5A761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A761B; }
p { color: rgb(90,118,27); }
H1.HeaderClassName
{
color: #5A761B;
}
.AnyTagClassName
{
color: #5A761B;
}
</style>
background-color css
<style>
a { background-color: #5A761B; }
a { background-color: rgb(90,118,27); }
div.DivClassName
{
background-color: #5A761B;
}
.BgClassName
{
background-color: #5A761B;
}
</style>
border-color css
<style>
span { border-color: #5A761B; }
span { border-color: rgb(90,118,27); }
td.TdClassName
{
border-color: #5A761B;
}
.TagClassName
{
border-color: #5A761B;
}
</style>