Shades of Fiji Green #5D730E
Tints of Fiji Green #5D730E
RGB
CMYK
RGB Variations
Color information
#5D730E (or 0x5D730E) is known color: Fiji Green. HEX triplet: 5D, 73 and 0E. RGB value is (93,115,14). Sum of RGB (Red+Green+Blue) = 93+115+14=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #5D730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D730E is #A28CF1. Grayscale: #616161. Windows color (decimal): -10652914 or 947037. OLE color: 947037.
HSL color Cylindrical-coordinate representation of color #5D730E: hue angle of 73.07º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D730E is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 14 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.55 |
| HSL | 73.07º | 0.78% | 0.25% | - |
| HSV(B) | 73.07º | 0.88% | 0.45% | - |
| XYZ | 10.72 | 14.62 | 2.67 | - |
| YUV | 96.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 14 | 0.19 | 0 | 0.88 | 0.55 | 73.07 | 0.78 | 0.25 |
| Hex | 5D | 73 | E | 13 | 0 | 58 | 37 | 49 | 4E | 19 |
| Octal | 135 | 163 | 16 | 23 | 0 | 130 | 67 | 111 | 116 | 31 |
| Binary | 1011101 | 1110011 | 1110 | 10011 | 0 | 1011000 | 110111 | 1001001 | 1001110 | 11001 |
Color Harmonies of #5D730E
Complementary color
Monochromatic Colors of #5D730E
Black with #5D730E
Text Example
Text Example
White with #5D730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D730E; }
p { color: rgb(93,115,14); }
H1.HeaderClassName
{
color: #5D730E;
}
.AnyTagClassName
{
color: #5D730E;
}
</style>
background-color css
<style>
a { background-color: #5D730E; }
a { background-color: rgb(93,115,14); }
div.DivClassName
{
background-color: #5D730E;
}
.BgClassName
{
background-color: #5D730E;
}
</style>
border-color css
<style>
span { border-color: #5D730E; }
span { border-color: rgb(93,115,14); }
td.TdClassName
{
border-color: #5D730E;
}
.TagClassName
{
border-color: #5D730E;
}
</style>