Shades of Fiji Green #5A7502
Tints of Fiji Green #5A7502
RGB
CMYK
RGB Variations
Color information
#5A7502 (or 0x5A7502) is known color: Fiji Green. HEX triplet: 5A, 75 and 02. RGB value is (90,117,2). Sum of RGB (Red+Green+Blue) = 90+117+2=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7502 is #A58AFD. Grayscale: #606060. Windows color (decimal): -10849022 or 161114. OLE color: 161114.
HSL color Cylindrical-coordinate representation of color #5A7502: hue angle of 74.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A7502 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 2 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.54 |
| HSL | 74.09º | 0.97% | 0.23% | - |
| HSV(B) | 74.09º | 0.98% | 0.46% | - |
| XYZ | 10.59 | 14.9 | 2.38 | - |
| YUV | 95.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 2 | 0.23 | 0 | 0.98 | 0.54 | 74.09 | 0.97 | 0.23 |
| Hex | 5A | 75 | 2 | 17 | 0 | 62 | 36 | 4A | 61 | 17 |
| Octal | 132 | 165 | 2 | 27 | 0 | 142 | 66 | 112 | 141 | 27 |
| Binary | 1011010 | 1110101 | 10 | 10111 | 0 | 1100010 | 110110 | 1001010 | 1100001 | 10111 |
Color Harmonies of #5A7502
Complementary color
Monochromatic Colors of #5A7502
Black with #5A7502
Text Example
Text Example
White with #5A7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7502; }
p { color: rgb(90,117,2); }
H1.HeaderClassName
{
color: #5A7502;
}
.AnyTagClassName
{
color: #5A7502;
}
</style>
background-color css
<style>
a { background-color: #5A7502; }
a { background-color: rgb(90,117,2); }
div.DivClassName
{
background-color: #5A7502;
}
.BgClassName
{
background-color: #5A7502;
}
</style>
border-color css
<style>
span { border-color: #5A7502; }
span { border-color: rgb(90,117,2); }
td.TdClassName
{
border-color: #5A7502;
}
.TagClassName
{
border-color: #5A7502;
}
</style>