Shades of Fiji Green #58670F
Tints of Fiji Green #58670F
RGB
CMYK
RGB Variations
Color information
#58670F (or 0x58670F) is known color: Fiji Green. HEX triplet: 58, 67 and 0F. RGB value is (88,103,15). Sum of RGB (Red+Green+Blue) = 88+103+15=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #58670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58670F is #A798F0. Grayscale: #585858. Windows color (decimal): -10983665 or 1009496. OLE color: 1009496.
HSL color Cylindrical-coordinate representation of color #58670F: hue angle of 70.23º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58670F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 103 | 15 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.60 |
| HSL | 70.23º | 0.75% | 0.23% | - |
| HSV(B) | 70.23º | 0.85% | 0.4% | - |
| XYZ | 8.96 | 11.81 | 2.26 | - |
| YUV | 88.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 15 | 0.15 | 0 | 0.85 | 0.60 | 70.23 | 0.75 | 0.23 |
| Hex | 58 | 67 | F | F | 0 | 55 | 3C | 46 | 4B | 17 |
| Octal | 130 | 147 | 17 | 17 | 0 | 125 | 74 | 106 | 113 | 27 |
| Binary | 1011000 | 1100111 | 1111 | 1111 | 0 | 1010101 | 111100 | 1000110 | 1001011 | 10111 |
Color Harmonies of #58670F
Complementary color
Monochromatic Colors of #58670F
Black with #58670F
Text Example
Text Example
White with #58670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58670F; }
p { color: rgb(88,103,15); }
H1.HeaderClassName
{
color: #58670F;
}
.AnyTagClassName
{
color: #58670F;
}
</style>
background-color css
<style>
a { background-color: #58670F; }
a { background-color: rgb(88,103,15); }
div.DivClassName
{
background-color: #58670F;
}
.BgClassName
{
background-color: #58670F;
}
</style>
border-color css
<style>
span { border-color: #58670F; }
span { border-color: rgb(88,103,15); }
td.TdClassName
{
border-color: #58670F;
}
.TagClassName
{
border-color: #58670F;
}
</style>