Shades of Fiji Green #5A6F12
Tints of Fiji Green #5A6F12
RGB
CMYK
RGB Variations
Color information
#5A6F12 (or 0x5A6F12) is known color: Fiji Green. HEX triplet: 5A, 6F and 12. RGB value is (90,111,18). Sum of RGB (Red+Green+Blue) = 90+111+18=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6F12 is #A590ED. Grayscale: #5E5E5E. Windows color (decimal): -10850542 or 1208154. OLE color: 1208154.
HSL color Cylindrical-coordinate representation of color #5A6F12: hue angle of 73.55º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A6F12 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 111 | 18 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.56 |
| HSL | 73.55º | 0.72% | 0.25% | - |
| HSV(B) | 73.55º | 0.84% | 0.44% | - |
| XYZ | 10.01 | 13.59 | 2.67 | - |
| YUV | 94.12 | 85.04 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 18 | 0.19 | 0 | 0.84 | 0.56 | 73.55 | 0.72 | 0.25 |
| Hex | 5A | 6F | 12 | 13 | 0 | 54 | 38 | 4A | 48 | 19 |
| Octal | 132 | 157 | 22 | 23 | 0 | 124 | 70 | 112 | 110 | 31 |
| Binary | 1011010 | 1101111 | 10010 | 10011 | 0 | 1010100 | 111000 | 1001010 | 1001000 | 11001 |
Color Harmonies of #5A6F12
Complementary color
Monochromatic Colors of #5A6F12
Black with #5A6F12
Text Example
Text Example
White with #5A6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F12; }
p { color: rgb(90,111,18); }
H1.HeaderClassName
{
color: #5A6F12;
}
.AnyTagClassName
{
color: #5A6F12;
}
</style>
background-color css
<style>
a { background-color: #5A6F12; }
a { background-color: rgb(90,111,18); }
div.DivClassName
{
background-color: #5A6F12;
}
.BgClassName
{
background-color: #5A6F12;
}
</style>
border-color css
<style>
span { border-color: #5A6F12; }
span { border-color: rgb(90,111,18); }
td.TdClassName
{
border-color: #5A6F12;
}
.TagClassName
{
border-color: #5A6F12;
}
</style>