Shades of Fiji Green #5A7912
Tints of Fiji Green #5A7912
RGB
CMYK
RGB Variations
Color information
#5A7912 (or 0x5A7912) is known color: Fiji Green. HEX triplet: 5A, 79 and 12. RGB value is (90,121,18). Sum of RGB (Red+Green+Blue) = 90+121+18=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7912 is #A586ED. Grayscale: #646464. Windows color (decimal): -10847982 or 1210714. OLE color: 1210714.
HSL color Cylindrical-coordinate representation of color #5A7912: hue angle of 78.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A7912 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 121 | 18 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.53 |
| HSL | 78.06º | 0.74% | 0.27% | - |
| HSV(B) | 78.06º | 0.85% | 0.47% | - |
| XYZ | 11.16 | 15.89 | 3.05 | - |
| YUV | 99.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 18 | 0.26 | 0 | 0.85 | 0.53 | 78.06 | 0.74 | 0.27 |
| Hex | 5A | 79 | 12 | 1A | 0 | 55 | 35 | 4E | 4A | 1B |
| Octal | 132 | 171 | 22 | 32 | 0 | 125 | 65 | 116 | 112 | 33 |
| Binary | 1011010 | 1111001 | 10010 | 11010 | 0 | 1010101 | 110101 | 1001110 | 1001010 | 11011 |
Color Harmonies of #5A7912
Complementary color
Monochromatic Colors of #5A7912
Black with #5A7912
Text Example
Text Example
White with #5A7912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7912; }
p { color: rgb(90,121,18); }
H1.HeaderClassName
{
color: #5A7912;
}
.AnyTagClassName
{
color: #5A7912;
}
</style>
background-color css
<style>
a { background-color: #5A7912; }
a { background-color: rgb(90,121,18); }
div.DivClassName
{
background-color: #5A7912;
}
.BgClassName
{
background-color: #5A7912;
}
</style>
border-color css
<style>
span { border-color: #5A7912; }
span { border-color: rgb(90,121,18); }
td.TdClassName
{
border-color: #5A7912;
}
.TagClassName
{
border-color: #5A7912;
}
</style>