Shades of Fiji Green #5D730D
Tints of Fiji Green #5D730D
RGB
CMYK
RGB Variations
Color information
#5D730D (or 0x5D730D) is known color: Fiji Green. HEX triplet: 5D, 73 and 0D. RGB value is (93,115,13). Sum of RGB (Red+Green+Blue) = 93+115+13=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #5D730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D730D is #A28CF2. Grayscale: #616161. Windows color (decimal): -10652915 or 881501. OLE color: 881501.
HSL color Cylindrical-coordinate representation of color #5D730D: hue angle of 72.94º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D730D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 13 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.55 |
| HSL | 72.94º | 0.8% | 0.25% | - |
| HSV(B) | 72.94º | 0.89% | 0.45% | - |
| XYZ | 10.72 | 14.62 | 2.64 | - |
| YUV | 96.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 13 | 0.19 | 0 | 0.89 | 0.55 | 72.94 | 0.8 | 0.25 |
| Hex | 5D | 73 | D | 13 | 0 | 59 | 37 | 49 | 50 | 19 |
| Octal | 135 | 163 | 15 | 23 | 0 | 131 | 67 | 111 | 120 | 31 |
| Binary | 1011101 | 1110011 | 1101 | 10011 | 0 | 1011001 | 110111 | 1001001 | 1010000 | 11001 |
Color Harmonies of #5D730D
Complementary color
Monochromatic Colors of #5D730D
Black with #5D730D
Text Example
Text Example
White with #5D730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D730D; }
p { color: rgb(93,115,13); }
H1.HeaderClassName
{
color: #5D730D;
}
.AnyTagClassName
{
color: #5D730D;
}
</style>
background-color css
<style>
a { background-color: #5D730D; }
a { background-color: rgb(93,115,13); }
div.DivClassName
{
background-color: #5D730D;
}
.BgClassName
{
background-color: #5D730D;
}
</style>
border-color css
<style>
span { border-color: #5D730D; }
span { border-color: rgb(93,115,13); }
td.TdClassName
{
border-color: #5D730D;
}
.TagClassName
{
border-color: #5D730D;
}
</style>