Shades of Fiji Green #58650D
Tints of Fiji Green #58650D
RGB
CMYK
RGB Variations
Color information
#58650D (or 0x58650D) is known color: Fiji Green. HEX triplet: 58, 65 and 0D. RGB value is (88,101,13). Sum of RGB (Red+Green+Blue) = 88+101+13=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #58650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58650D is #A79AF2. Grayscale: #575757. Windows color (decimal): -10984179 or 877912. OLE color: 877912.
HSL color Cylindrical-coordinate representation of color #58650D: hue angle of 68.86º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58650D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 13 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.60 |
| HSL | 68.86º | 0.77% | 0.22% | - |
| HSV(B) | 68.86º | 0.87% | 0.4% | - |
| XYZ | 8.75 | 11.41 | 2.12 | - |
| YUV | 87.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 13 | 0.13 | 0 | 0.87 | 0.60 | 68.86 | 0.77 | 0.22 |
| Hex | 58 | 65 | D | D | 0 | 57 | 3C | 45 | 4D | 16 |
| Octal | 130 | 145 | 15 | 15 | 0 | 127 | 74 | 105 | 115 | 26 |
| Binary | 1011000 | 1100101 | 1101 | 1101 | 0 | 1010111 | 111100 | 1000101 | 1001101 | 10110 |
Color Harmonies of #58650D
Complementary color
Monochromatic Colors of #58650D
Black with #58650D
Text Example
Text Example
White with #58650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58650D; }
p { color: rgb(88,101,13); }
H1.HeaderClassName
{
color: #58650D;
}
.AnyTagClassName
{
color: #58650D;
}
</style>
background-color css
<style>
a { background-color: #58650D; }
a { background-color: rgb(88,101,13); }
div.DivClassName
{
background-color: #58650D;
}
.BgClassName
{
background-color: #58650D;
}
</style>
border-color css
<style>
span { border-color: #58650D; }
span { border-color: rgb(88,101,13); }
td.TdClassName
{
border-color: #58650D;
}
.TagClassName
{
border-color: #58650D;
}
</style>