Shades of Fiji Green #5A6A02
Tints of Fiji Green #5A6A02
RGB
CMYK
RGB Variations
Color information
#5A6A02 (or 0x5A6A02) is known color: Fiji Green. HEX triplet: 5A, 6A and 02. RGB value is (90,106,2). Sum of RGB (Red+Green+Blue) = 90+106+2=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6A02 is #A595FD. Grayscale: #595959. Windows color (decimal): -10851838 or 158298. OLE color: 158298.
HSL color Cylindrical-coordinate representation of color #5A6A02: hue angle of 69.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A6A02 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 106 | 2 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.58 |
| HSL | 69.23º | 0.96% | 0.21% | - |
| HSV(B) | 69.23º | 0.98% | 0.42% | - |
| XYZ | 9.38 | 12.49 | 1.97 | - |
| YUV | 89.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 2 | 0.15 | 0 | 0.98 | 0.58 | 69.23 | 0.96 | 0.21 |
| Hex | 5A | 6A | 2 | F | 0 | 62 | 3A | 45 | 60 | 15 |
| Octal | 132 | 152 | 2 | 17 | 0 | 142 | 72 | 105 | 140 | 25 |
| Binary | 1011010 | 1101010 | 10 | 1111 | 0 | 1100010 | 111010 | 1000101 | 1100000 | 10101 |
Color Harmonies of #5A6A02
Complementary color
Monochromatic Colors of #5A6A02
Black with #5A6A02
Text Example
Text Example
White with #5A6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6A02; }
p { color: rgb(90,106,2); }
H1.HeaderClassName
{
color: #5A6A02;
}
.AnyTagClassName
{
color: #5A6A02;
}
</style>
background-color css
<style>
a { background-color: #5A6A02; }
a { background-color: rgb(90,106,2); }
div.DivClassName
{
background-color: #5A6A02;
}
.BgClassName
{
background-color: #5A6A02;
}
</style>
border-color css
<style>
span { border-color: #5A6A02; }
span { border-color: rgb(90,106,2); }
td.TdClassName
{
border-color: #5A6A02;
}
.TagClassName
{
border-color: #5A6A02;
}
</style>