Shades of Fiji Green #5D7301
Tints of Fiji Green #5D7301
RGB
CMYK
RGB Variations
Color information
#5D7301 (or 0x5D7301) is known color: Fiji Green. HEX triplet: 5D, 73 and 01. RGB value is (93,115,1). Sum of RGB (Red+Green+Blue) = 93+115+1=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7301 is #A28CFE. Grayscale: #5F5F5F. Windows color (decimal): -10652927 or 95069. OLE color: 95069.
HSL color Cylindrical-coordinate representation of color #5D7301: hue angle of 71.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D7301 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.55 |
| HSL | 71.58º | 0.98% | 0.23% | - |
| HSV(B) | 71.58º | 0.99% | 0.45% | - |
| XYZ | 10.65 | 14.59 | 2.28 | - |
| YUV | 95.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 1 | 0.19 | 0 | 0.99 | 0.55 | 71.58 | 0.98 | 0.23 |
| Hex | 5D | 73 | 1 | 13 | 0 | 63 | 37 | 48 | 62 | 17 |
| Octal | 135 | 163 | 1 | 23 | 0 | 143 | 67 | 110 | 142 | 27 |
| Binary | 1011101 | 1110011 | 1 | 10011 | 0 | 1100011 | 110111 | 1001000 | 1100010 | 10111 |
Color Harmonies of #5D7301
Complementary color
Monochromatic Colors of #5D7301
Black with #5D7301
Text Example
Text Example
White with #5D7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7301; }
p { color: rgb(93,115,1); }
H1.HeaderClassName
{
color: #5D7301;
}
.AnyTagClassName
{
color: #5D7301;
}
</style>
background-color css
<style>
a { background-color: #5D7301; }
a { background-color: rgb(93,115,1); }
div.DivClassName
{
background-color: #5D7301;
}
.BgClassName
{
background-color: #5D7301;
}
</style>
border-color css
<style>
span { border-color: #5D7301; }
span { border-color: rgb(93,115,1); }
td.TdClassName
{
border-color: #5D7301;
}
.TagClassName
{
border-color: #5D7301;
}
</style>