Shades of Fiji Green #5A6E0F
Tints of Fiji Green #5A6E0F
RGB
CMYK
RGB Variations
Color information
#5A6E0F (or 0x5A6E0F) is known color: Fiji Green. HEX triplet: 5A, 6E and 0F. RGB value is (90,110,15). Sum of RGB (Red+Green+Blue) = 90+110+15=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6E0F is #A591F0. Grayscale: #5D5D5D. Windows color (decimal): -10850801 or 1011290. OLE color: 1011290.
HSL color Cylindrical-coordinate representation of color #5A6E0F: hue angle of 72.63º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A6E0F is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 15 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.57 |
| HSL | 72.63º | 0.76% | 0.25% | - |
| HSV(B) | 72.63º | 0.86% | 0.43% | - |
| XYZ | 9.88 | 13.36 | 2.51 | - |
| YUV | 93.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 15 | 0.18 | 0 | 0.86 | 0.57 | 72.63 | 0.76 | 0.25 |
| Hex | 5A | 6E | F | 12 | 0 | 56 | 39 | 49 | 4C | 19 |
| Octal | 132 | 156 | 17 | 22 | 0 | 126 | 71 | 111 | 114 | 31 |
| Binary | 1011010 | 1101110 | 1111 | 10010 | 0 | 1010110 | 111001 | 1001001 | 1001100 | 11001 |
Color Harmonies of #5A6E0F
Complementary color
Monochromatic Colors of #5A6E0F
Black with #5A6E0F
Text Example
Text Example
White with #5A6E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E0F; }
p { color: rgb(90,110,15); }
H1.HeaderClassName
{
color: #5A6E0F;
}
.AnyTagClassName
{
color: #5A6E0F;
}
</style>
background-color css
<style>
a { background-color: #5A6E0F; }
a { background-color: rgb(90,110,15); }
div.DivClassName
{
background-color: #5A6E0F;
}
.BgClassName
{
background-color: #5A6E0F;
}
</style>
border-color css
<style>
span { border-color: #5A6E0F; }
span { border-color: rgb(90,110,15); }
td.TdClassName
{
border-color: #5A6E0F;
}
.TagClassName
{
border-color: #5A6E0F;
}
</style>