Shades of Fiji Green #58681F
Tints of Fiji Green #58681F
RGB
CMYK
RGB Variations
Color information
#58681F (or 0x58681F) is known color: Fiji Green. HEX triplet: 58, 68 and 1F. RGB value is (88,104,31). Sum of RGB (Red+Green+Blue) = 88+104+31=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #58681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58681F is #A797E0. Grayscale: #5B5B5B. Windows color (decimal): -10983393 or 2058328. OLE color: 2058328.
HSL color Cylindrical-coordinate representation of color #58681F: hue angle of 73.15º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58681F is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 31 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.59 |
| HSL | 73.15º | 0.54% | 0.26% | - |
| HSV(B) | 73.15º | 0.7% | 0.41% | - |
| XYZ | 9.22 | 12.07 | 3.14 | - |
| YUV | 90.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 31 | 0.15 | 0 | 0.70 | 0.59 | 73.15 | 0.54 | 0.26 |
| Hex | 58 | 68 | 1F | F | 0 | 46 | 3B | 49 | 36 | 1A |
| Octal | 130 | 150 | 37 | 17 | 0 | 106 | 73 | 111 | 66 | 32 |
| Binary | 1011000 | 1101000 | 11111 | 1111 | 0 | 1000110 | 111011 | 1001001 | 110110 | 11010 |
Color Harmonies of #58681F
Complementary color
Monochromatic Colors of #58681F
Black with #58681F
Text Example
Text Example
White with #58681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58681F; }
p { color: rgb(88,104,31); }
H1.HeaderClassName
{
color: #58681F;
}
.AnyTagClassName
{
color: #58681F;
}
</style>
background-color css
<style>
a { background-color: #58681F; }
a { background-color: rgb(88,104,31); }
div.DivClassName
{
background-color: #58681F;
}
.BgClassName
{
background-color: #58681F;
}
</style>
border-color css
<style>
span { border-color: #58681F; }
span { border-color: rgb(88,104,31); }
td.TdClassName
{
border-color: #58681F;
}
.TagClassName
{
border-color: #58681F;
}
</style>