Shades of Fiji Green #5A7312
Tints of Fiji Green #5A7312
RGB
CMYK
RGB Variations
Color information
#5A7312 (or 0x5A7312) is known color: Fiji Green. HEX triplet: 5A, 73 and 12. RGB value is (90,115,18). Sum of RGB (Red+Green+Blue) = 90+115+18=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7312 is #A58CED. Grayscale: #606060. Windows color (decimal): -10849518 or 1209178. OLE color: 1209178.
HSL color Cylindrical-coordinate representation of color #5A7312: hue angle of 75.46º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A7312 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 18 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.55 |
| HSL | 75.46º | 0.73% | 0.26% | - |
| HSV(B) | 75.46º | 0.84% | 0.45% | - |
| XYZ | 10.46 | 14.48 | 2.82 | - |
| YUV | 96.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 18 | 0.22 | 0 | 0.84 | 0.55 | 75.46 | 0.73 | 0.26 |
| Hex | 5A | 73 | 12 | 16 | 0 | 54 | 37 | 4B | 49 | 1A |
| Octal | 132 | 163 | 22 | 26 | 0 | 124 | 67 | 113 | 111 | 32 |
| Binary | 1011010 | 1110011 | 10010 | 10110 | 0 | 1010100 | 110111 | 1001011 | 1001001 | 11010 |
Color Harmonies of #5A7312
Complementary color
Monochromatic Colors of #5A7312
Black with #5A7312
Text Example
Text Example
White with #5A7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7312; }
p { color: rgb(90,115,18); }
H1.HeaderClassName
{
color: #5A7312;
}
.AnyTagClassName
{
color: #5A7312;
}
</style>
background-color css
<style>
a { background-color: #5A7312; }
a { background-color: rgb(90,115,18); }
div.DivClassName
{
background-color: #5A7312;
}
.BgClassName
{
background-color: #5A7312;
}
</style>
border-color css
<style>
span { border-color: #5A7312; }
span { border-color: rgb(90,115,18); }
td.TdClassName
{
border-color: #5A7312;
}
.TagClassName
{
border-color: #5A7312;
}
</style>