Shades of Fiji Green #5D740F
Tints of Fiji Green #5D740F
RGB
CMYK
RGB Variations
Color information
#5D740F (or 0x5D740F) is known color: Fiji Green. HEX triplet: 5D, 74 and 0F. RGB value is (93,116,15). Sum of RGB (Red+Green+Blue) = 93+116+15=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #5D740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D740F is #A28BF0. Grayscale: #616161. Windows color (decimal): -10652657 or 1012829. OLE color: 1012829.
HSL color Cylindrical-coordinate representation of color #5D740F: hue angle of 73.66º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D740F is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 15 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.55 |
| HSL | 73.66º | 0.77% | 0.26% | - |
| HSV(B) | 73.66º | 0.87% | 0.45% | - |
| XYZ | 10.85 | 14.85 | 2.75 | - |
| YUV | 97.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 15 | 0.20 | 0 | 0.87 | 0.55 | 73.66 | 0.77 | 0.26 |
| Hex | 5D | 74 | F | 14 | 0 | 57 | 37 | 4A | 4D | 1A |
| Octal | 135 | 164 | 17 | 24 | 0 | 127 | 67 | 112 | 115 | 32 |
| Binary | 1011101 | 1110100 | 1111 | 10100 | 0 | 1010111 | 110111 | 1001010 | 1001101 | 11010 |
Color Harmonies of #5D740F
Complementary color
Monochromatic Colors of #5D740F
Black with #5D740F
Text Example
Text Example
White with #5D740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D740F; }
p { color: rgb(93,116,15); }
H1.HeaderClassName
{
color: #5D740F;
}
.AnyTagClassName
{
color: #5D740F;
}
</style>
background-color css
<style>
a { background-color: #5D740F; }
a { background-color: rgb(93,116,15); }
div.DivClassName
{
background-color: #5D740F;
}
.BgClassName
{
background-color: #5D740F;
}
</style>
border-color css
<style>
span { border-color: #5D740F; }
span { border-color: rgb(93,116,15); }
td.TdClassName
{
border-color: #5D740F;
}
.TagClassName
{
border-color: #5D740F;
}
</style>