Shades of Fiji Green #58790B
Tints of Fiji Green #58790B
RGB
CMYK
RGB Variations
Color information
#58790B (or 0x58790B) is known color: Fiji Green. HEX triplet: 58, 79 and 0B. RGB value is (88,121,11). Sum of RGB (Red+Green+Blue) = 88+121+11=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #58790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58790B is #A786F4. Grayscale: #626262. Windows color (decimal): -10979061 or 751960. OLE color: 751960.
HSL color Cylindrical-coordinate representation of color #58790B: hue angle of 78º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58790B is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 121 | 11 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.53 |
| HSL | 78º | 0.83% | 0.26% | - |
| HSV(B) | 78º | 0.91% | 0.47% | - |
| XYZ | 10.92 | 15.77 | 2.79 | - |
| YUV | 98.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 11 | 0.27 | 0 | 0.91 | 0.53 | 78 | 0.83 | 0.26 |
| Hex | 58 | 79 | B | 1B | 0 | 5B | 35 | 4E | 53 | 1A |
| Octal | 130 | 171 | 13 | 33 | 0 | 133 | 65 | 116 | 123 | 32 |
| Binary | 1011000 | 1111001 | 1011 | 11011 | 0 | 1011011 | 110101 | 1001110 | 1010011 | 11010 |
Color Harmonies of #58790B
Complementary color
Monochromatic Colors of #58790B
Black with #58790B
Text Example
Text Example
White with #58790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58790B; }
p { color: rgb(88,121,11); }
H1.HeaderClassName
{
color: #58790B;
}
.AnyTagClassName
{
color: #58790B;
}
</style>
background-color css
<style>
a { background-color: #58790B; }
a { background-color: rgb(88,121,11); }
div.DivClassName
{
background-color: #58790B;
}
.BgClassName
{
background-color: #58790B;
}
</style>
border-color css
<style>
span { border-color: #58790B; }
span { border-color: rgb(88,121,11); }
td.TdClassName
{
border-color: #58790B;
}
.TagClassName
{
border-color: #58790B;
}
</style>