Shades of Fiji Green #5D6900
Tints of Fiji Green #5D6900
RGB
CMYK
RGB Variations
Color information
#5D6900 (or 0x5D6900) is known color: Fiji Green. HEX triplet: 5D, 69 and 00. RGB value is (93,105,0). Sum of RGB (Red+Green+Blue) = 93+105+0=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #5D6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6900 is #A296FF. Grayscale: #595959. Windows color (decimal): -10655488 or 26973. OLE color: 26973.
HSL color Cylindrical-coordinate representation of color #5D6900: hue angle of 66.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D6900 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 105 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.59 |
| HSL | 66.86º | 1% | 0.21% | - |
| HSV(B) | 66.86º | 1% | 0.41% | - |
| XYZ | 9.57 | 12.43 | 1.9 | - |
| YUV | 89.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 105 | 0 | 0.11 | 0 | 1 | 0.59 | 66.86 | 1 | 0.21 |
| Hex | 5D | 69 | 0 | B | 0 | 64 | 3B | 43 | 64 | 15 |
| Octal | 135 | 151 | 0 | 13 | 0 | 144 | 73 | 103 | 144 | 25 |
| Binary | 1011101 | 1101001 | 0 | 1011 | 0 | 1100100 | 111011 | 1000011 | 1100100 | 10101 |
Color Harmonies of #5D6900
Complementary color
Monochromatic Colors of #5D6900
Black with #5D6900
Text Example
Text Example
White with #5D6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6900; }
p { color: rgb(93,105,0); }
H1.HeaderClassName
{
color: #5D6900;
}
.AnyTagClassName
{
color: #5D6900;
}
</style>
background-color css
<style>
a { background-color: #5D6900; }
a { background-color: rgb(93,105,0); }
div.DivClassName
{
background-color: #5D6900;
}
.BgClassName
{
background-color: #5D6900;
}
</style>
border-color css
<style>
span { border-color: #5D6900; }
span { border-color: rgb(93,105,0); }
td.TdClassName
{
border-color: #5D6900;
}
.TagClassName
{
border-color: #5D6900;
}
</style>