Shades of Fiji Green #5A6903
Tints of Fiji Green #5A6903
RGB
CMYK
RGB Variations
Color information
#5A6903 (or 0x5A6903) is known color: Fiji Green. HEX triplet: 5A, 69 and 03. RGB value is (90,105,3). Sum of RGB (Red+Green+Blue) = 90+105+3=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6903 is #A596FC. Grayscale: #595959. Windows color (decimal): -10852093 or 223578. OLE color: 223578.
HSL color Cylindrical-coordinate representation of color #5A6903: hue angle of 68.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A6903 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 3 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.59 |
| HSL | 68.82º | 0.94% | 0.21% | - |
| HSV(B) | 68.82º | 0.97% | 0.41% | - |
| XYZ | 9.28 | 12.28 | 1.97 | - |
| YUV | 88.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 3 | 0.14 | 0 | 0.97 | 0.59 | 68.82 | 0.94 | 0.21 |
| Hex | 5A | 69 | 3 | E | 0 | 61 | 3B | 45 | 5E | 15 |
| Octal | 132 | 151 | 3 | 16 | 0 | 141 | 73 | 105 | 136 | 25 |
| Binary | 1011010 | 1101001 | 11 | 1110 | 0 | 1100001 | 111011 | 1000101 | 1011110 | 10101 |
Color Harmonies of #5A6903
Complementary color
Monochromatic Colors of #5A6903
Black with #5A6903
Text Example
Text Example
White with #5A6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6903; }
p { color: rgb(90,105,3); }
H1.HeaderClassName
{
color: #5A6903;
}
.AnyTagClassName
{
color: #5A6903;
}
</style>
background-color css
<style>
a { background-color: #5A6903; }
a { background-color: rgb(90,105,3); }
div.DivClassName
{
background-color: #5A6903;
}
.BgClassName
{
background-color: #5A6903;
}
</style>
border-color css
<style>
span { border-color: #5A6903; }
span { border-color: rgb(90,105,3); }
td.TdClassName
{
border-color: #5A6903;
}
.TagClassName
{
border-color: #5A6903;
}
</style>