Shades of Fiji Green #5D760F
Tints of Fiji Green #5D760F
RGB
CMYK
RGB Variations
Color information
#5D760F (or 0x5D760F) is known color: Fiji Green. HEX triplet: 5D, 76 and 0F. RGB value is (93,118,15). Sum of RGB (Red+Green+Blue) = 93+118+15=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #5D760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D760F is #A289F0. Grayscale: #636363. Windows color (decimal): -10652145 or 1013341. OLE color: 1013341.
HSL color Cylindrical-coordinate representation of color #5D760F: hue angle of 74.56º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D760F is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 15 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.54 |
| HSL | 74.56º | 0.77% | 0.26% | - |
| HSV(B) | 74.56º | 0.87% | 0.46% | - |
| XYZ | 11.08 | 15.32 | 2.82 | - |
| YUV | 98.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 15 | 0.21 | 0 | 0.87 | 0.54 | 74.56 | 0.77 | 0.26 |
| Hex | 5D | 76 | F | 15 | 0 | 57 | 36 | 4B | 4D | 1A |
| Octal | 135 | 166 | 17 | 25 | 0 | 127 | 66 | 113 | 115 | 32 |
| Binary | 1011101 | 1110110 | 1111 | 10101 | 0 | 1010111 | 110110 | 1001011 | 1001101 | 11010 |
Color Harmonies of #5D760F
Complementary color
Monochromatic Colors of #5D760F
Black with #5D760F
Text Example
Text Example
White with #5D760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D760F; }
p { color: rgb(93,118,15); }
H1.HeaderClassName
{
color: #5D760F;
}
.AnyTagClassName
{
color: #5D760F;
}
</style>
background-color css
<style>
a { background-color: #5D760F; }
a { background-color: rgb(93,118,15); }
div.DivClassName
{
background-color: #5D760F;
}
.BgClassName
{
background-color: #5D760F;
}
</style>
border-color css
<style>
span { border-color: #5D760F; }
span { border-color: rgb(93,118,15); }
td.TdClassName
{
border-color: #5D760F;
}
.TagClassName
{
border-color: #5D760F;
}
</style>