Shades of Fiji Green #5A6F03
Tints of Fiji Green #5A6F03
RGB
CMYK
RGB Variations
Color information
#5A6F03 (or 0x5A6F03) is known color: Fiji Green. HEX triplet: 5A, 6F and 03. RGB value is (90,111,3). Sum of RGB (Red+Green+Blue) = 90+111+3=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6F03 is #A590FC. Grayscale: #5C5C5C. Windows color (decimal): -10850557 or 225114. OLE color: 225114.
HSL color Cylindrical-coordinate representation of color #5A6F03: hue angle of 71.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A6F03 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 111 | 3 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.56 |
| HSL | 71.67º | 0.95% | 0.22% | - |
| HSV(B) | 71.67º | 0.97% | 0.44% | - |
| XYZ | 9.92 | 13.55 | 2.18 | - |
| YUV | 92.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 3 | 0.19 | 0 | 0.97 | 0.56 | 71.67 | 0.95 | 0.22 |
| Hex | 5A | 6F | 3 | 13 | 0 | 61 | 38 | 48 | 5F | 16 |
| Octal | 132 | 157 | 3 | 23 | 0 | 141 | 70 | 110 | 137 | 26 |
| Binary | 1011010 | 1101111 | 11 | 10011 | 0 | 1100001 | 111000 | 1001000 | 1011111 | 10110 |
Color Harmonies of #5A6F03
Complementary color
Monochromatic Colors of #5A6F03
Black with #5A6F03
Text Example
Text Example
White with #5A6F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F03; }
p { color: rgb(90,111,3); }
H1.HeaderClassName
{
color: #5A6F03;
}
.AnyTagClassName
{
color: #5A6F03;
}
</style>
background-color css
<style>
a { background-color: #5A6F03; }
a { background-color: rgb(90,111,3); }
div.DivClassName
{
background-color: #5A6F03;
}
.BgClassName
{
background-color: #5A6F03;
}
</style>
border-color css
<style>
span { border-color: #5A6F03; }
span { border-color: rgb(90,111,3); }
td.TdClassName
{
border-color: #5A6F03;
}
.TagClassName
{
border-color: #5A6F03;
}
</style>