Shades of Fiji Green #5D7501
Tints of Fiji Green #5D7501
RGB
CMYK
RGB Variations
Color information
#5D7501 (or 0x5D7501) is known color: Fiji Green. HEX triplet: 5D, 75 and 01. RGB value is (93,117,1). Sum of RGB (Red+Green+Blue) = 93+117+1=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7501 is #A28AFE. Grayscale: #616161. Windows color (decimal): -10652415 or 95581. OLE color: 95581.
HSL color Cylindrical-coordinate representation of color #5D7501: hue angle of 72.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D7501 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.54 |
| HSL | 72.41º | 0.98% | 0.23% | - |
| HSV(B) | 72.41º | 0.99% | 0.46% | - |
| XYZ | 10.88 | 15.05 | 2.36 | - |
| YUV | 96.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 1 | 0.21 | 0 | 0.99 | 0.54 | 72.41 | 0.98 | 0.23 |
| Hex | 5D | 75 | 1 | 15 | 0 | 63 | 36 | 48 | 62 | 17 |
| Octal | 135 | 165 | 1 | 25 | 0 | 143 | 66 | 110 | 142 | 27 |
| Binary | 1011101 | 1110101 | 1 | 10101 | 0 | 1100011 | 110110 | 1001000 | 1100010 | 10111 |
Color Harmonies of #5D7501
Complementary color
Monochromatic Colors of #5D7501
Black with #5D7501
Text Example
Text Example
White with #5D7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7501; }
p { color: rgb(93,117,1); }
H1.HeaderClassName
{
color: #5D7501;
}
.AnyTagClassName
{
color: #5D7501;
}
</style>
background-color css
<style>
a { background-color: #5D7501; }
a { background-color: rgb(93,117,1); }
div.DivClassName
{
background-color: #5D7501;
}
.BgClassName
{
background-color: #5D7501;
}
</style>
border-color css
<style>
span { border-color: #5D7501; }
span { border-color: rgb(93,117,1); }
td.TdClassName
{
border-color: #5D7501;
}
.TagClassName
{
border-color: #5D7501;
}
</style>