Shades of Fiji Green #58681C
Tints of Fiji Green #58681C
RGB
CMYK
RGB Variations
Color information
#58681C (or 0x58681C) is known color: Fiji Green. HEX triplet: 58, 68 and 1C. RGB value is (88,104,28). Sum of RGB (Red+Green+Blue) = 88+104+28=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #58681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58681C is #A797E3. Grayscale: #5A5A5A. Windows color (decimal): -10983396 or 1861720. OLE color: 1861720.
HSL color Cylindrical-coordinate representation of color #58681C: hue angle of 72.63º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58681C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 28 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.59 |
| HSL | 72.63º | 0.58% | 0.26% | - |
| HSV(B) | 72.63º | 0.73% | 0.41% | - |
| XYZ | 9.18 | 12.06 | 2.94 | - |
| YUV | 90.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 28 | 0.15 | 0 | 0.73 | 0.59 | 72.63 | 0.58 | 0.26 |
| Hex | 58 | 68 | 1C | F | 0 | 49 | 3B | 49 | 3A | 1A |
| Octal | 130 | 150 | 34 | 17 | 0 | 111 | 73 | 111 | 72 | 32 |
| Binary | 1011000 | 1101000 | 11100 | 1111 | 0 | 1001001 | 111011 | 1001001 | 111010 | 11010 |
Color Harmonies of #58681C
Complementary color
Monochromatic Colors of #58681C
Black with #58681C
Text Example
Text Example
White with #58681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58681C; }
p { color: rgb(88,104,28); }
H1.HeaderClassName
{
color: #58681C;
}
.AnyTagClassName
{
color: #58681C;
}
</style>
background-color css
<style>
a { background-color: #58681C; }
a { background-color: rgb(88,104,28); }
div.DivClassName
{
background-color: #58681C;
}
.BgClassName
{
background-color: #58681C;
}
</style>
border-color css
<style>
span { border-color: #58681C; }
span { border-color: rgb(88,104,28); }
td.TdClassName
{
border-color: #58681C;
}
.TagClassName
{
border-color: #58681C;
}
</style>