Shades of Fiji Green #58650B
Tints of Fiji Green #58650B
RGB
CMYK
RGB Variations
Color information
#58650B (or 0x58650B) is known color: Fiji Green. HEX triplet: 58, 65 and 0B. RGB value is (88,101,11). Sum of RGB (Red+Green+Blue) = 88+101+11=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #58650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58650B is #A79AF4. Grayscale: #575757. Windows color (decimal): -10984181 or 746840. OLE color: 746840.
HSL color Cylindrical-coordinate representation of color #58650B: hue angle of 68.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58650B is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 11 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.60 |
| HSL | 68.67º | 0.8% | 0.22% | - |
| HSV(B) | 68.67º | 0.89% | 0.4% | - |
| XYZ | 8.74 | 11.41 | 2.06 | - |
| YUV | 86.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 11 | 0.13 | 0 | 0.89 | 0.60 | 68.67 | 0.8 | 0.22 |
| Hex | 58 | 65 | B | D | 0 | 59 | 3C | 45 | 50 | 16 |
| Octal | 130 | 145 | 13 | 15 | 0 | 131 | 74 | 105 | 120 | 26 |
| Binary | 1011000 | 1100101 | 1011 | 1101 | 0 | 1011001 | 111100 | 1000101 | 1010000 | 10110 |
Color Harmonies of #58650B
Complementary color
Monochromatic Colors of #58650B
Black with #58650B
Text Example
Text Example
White with #58650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58650B; }
p { color: rgb(88,101,11); }
H1.HeaderClassName
{
color: #58650B;
}
.AnyTagClassName
{
color: #58650B;
}
</style>
background-color css
<style>
a { background-color: #58650B; }
a { background-color: rgb(88,101,11); }
div.DivClassName
{
background-color: #58650B;
}
.BgClassName
{
background-color: #58650B;
}
</style>
border-color css
<style>
span { border-color: #58650B; }
span { border-color: rgb(88,101,11); }
td.TdClassName
{
border-color: #58650B;
}
.TagClassName
{
border-color: #58650B;
}
</style>