Shades of Fiji Green #58760A
Tints of Fiji Green #58760A
RGB
CMYK
RGB Variations
Color information
#58760A (or 0x58760A) is known color: Fiji Green. HEX triplet: 58, 76 and 0A. RGB value is (88,118,10). Sum of RGB (Red+Green+Blue) = 88+118+10=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #58760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58760A is #A789F5. Grayscale: #616161. Windows color (decimal): -10979830 or 685656. OLE color: 685656.
HSL color Cylindrical-coordinate representation of color #58760A: hue angle of 76.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58760A is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 118 | 10 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.54 |
| HSL | 76.67º | 0.84% | 0.25% | - |
| HSV(B) | 76.67º | 0.92% | 0.46% | - |
| XYZ | 10.56 | 15.05 | 2.64 | - |
| YUV | 96.72 | 79.06 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 10 | 0.25 | 0 | 0.92 | 0.54 | 76.67 | 0.84 | 0.25 |
| Hex | 58 | 76 | A | 19 | 0 | 5C | 36 | 4D | 54 | 19 |
| Octal | 130 | 166 | 12 | 31 | 0 | 134 | 66 | 115 | 124 | 31 |
| Binary | 1011000 | 1110110 | 1010 | 11001 | 0 | 1011100 | 110110 | 1001101 | 1010100 | 11001 |
Color Harmonies of #58760A
Complementary color
Monochromatic Colors of #58760A
Black with #58760A
Text Example
Text Example
White with #58760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58760A; }
p { color: rgb(88,118,10); }
H1.HeaderClassName
{
color: #58760A;
}
.AnyTagClassName
{
color: #58760A;
}
</style>
background-color css
<style>
a { background-color: #58760A; }
a { background-color: rgb(88,118,10); }
div.DivClassName
{
background-color: #58760A;
}
.BgClassName
{
background-color: #58760A;
}
</style>
border-color css
<style>
span { border-color: #58760A; }
span { border-color: rgb(88,118,10); }
td.TdClassName
{
border-color: #58760A;
}
.TagClassName
{
border-color: #58760A;
}
</style>