Shades of Fiji Green #5A7B05
Tints of Fiji Green #5A7B05
RGB
CMYK
RGB Variations
Color information
#5A7B05 (or 0x5A7B05) is known color: Fiji Green. HEX triplet: 5A, 7B and 05. RGB value is (90,123,5). Sum of RGB (Red+Green+Blue) = 90+123+5=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7B05 is #A584FA. Grayscale: #646464. Windows color (decimal): -10847483 or 359258. OLE color: 359258.
HSL color Cylindrical-coordinate representation of color #5A7B05: hue angle of 76.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A7B05 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 123 | 5 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.52 |
| HSL | 76.78º | 0.92% | 0.25% | - |
| HSV(B) | 76.78º | 0.96% | 0.48% | - |
| XYZ | 11.33 | 16.35 | 2.7 | - |
| YUV | 99.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 5 | 0.27 | 0 | 0.96 | 0.52 | 76.78 | 0.92 | 0.25 |
| Hex | 5A | 7B | 5 | 1B | 0 | 60 | 34 | 4D | 5C | 19 |
| Octal | 132 | 173 | 5 | 33 | 0 | 140 | 64 | 115 | 134 | 31 |
| Binary | 1011010 | 1111011 | 101 | 11011 | 0 | 1100000 | 110100 | 1001101 | 1011100 | 11001 |
Color Harmonies of #5A7B05
Complementary color
Monochromatic Colors of #5A7B05
Black with #5A7B05
Text Example
Text Example
White with #5A7B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7B05; }
p { color: rgb(90,123,5); }
H1.HeaderClassName
{
color: #5A7B05;
}
.AnyTagClassName
{
color: #5A7B05;
}
</style>
background-color css
<style>
a { background-color: #5A7B05; }
a { background-color: rgb(90,123,5); }
div.DivClassName
{
background-color: #5A7B05;
}
.BgClassName
{
background-color: #5A7B05;
}
</style>
border-color css
<style>
span { border-color: #5A7B05; }
span { border-color: rgb(90,123,5); }
td.TdClassName
{
border-color: #5A7B05;
}
.TagClassName
{
border-color: #5A7B05;
}
</style>