Shades of Fiji Green #5D6D09
Tints of Fiji Green #5D6D09
RGB
CMYK
RGB Variations
Color information
#5D6D09 (or 0x5D6D09) is known color: Fiji Green. HEX triplet: 5D, 6D and 09. RGB value is (93,109,9). Sum of RGB (Red+Green+Blue) = 93+109+9=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6D09 is #A292F6. Grayscale: #5D5D5D. Windows color (decimal): -10654455 or 617821. OLE color: 617821.
HSL color Cylindrical-coordinate representation of color #5D6D09: hue angle of 69.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D6D09 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 109 | 9 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.57 |
| HSL | 69.6º | 0.85% | 0.23% | - |
| HSV(B) | 69.6º | 0.92% | 0.43% | - |
| XYZ | 10.03 | 13.28 | 2.29 | - |
| YUV | 92.82 | 80.7 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 9 | 0.15 | 0 | 0.92 | 0.57 | 69.6 | 0.85 | 0.23 |
| Hex | 5D | 6D | 9 | F | 0 | 5C | 39 | 46 | 55 | 17 |
| Octal | 135 | 155 | 11 | 17 | 0 | 134 | 71 | 106 | 125 | 27 |
| Binary | 1011101 | 1101101 | 1001 | 1111 | 0 | 1011100 | 111001 | 1000110 | 1010101 | 10111 |
Color Harmonies of #5D6D09
Complementary color
Monochromatic Colors of #5D6D09
Black with #5D6D09
Text Example
Text Example
White with #5D6D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6D09; }
p { color: rgb(93,109,9); }
H1.HeaderClassName
{
color: #5D6D09;
}
.AnyTagClassName
{
color: #5D6D09;
}
</style>
background-color css
<style>
a { background-color: #5D6D09; }
a { background-color: rgb(93,109,9); }
div.DivClassName
{
background-color: #5D6D09;
}
.BgClassName
{
background-color: #5D6D09;
}
</style>
border-color css
<style>
span { border-color: #5D6D09; }
span { border-color: rgb(93,109,9); }
td.TdClassName
{
border-color: #5D6D09;
}
.TagClassName
{
border-color: #5D6D09;
}
</style>