Shades of Fiji Green #5D6009
Tints of Fiji Green #5D6009
RGB
CMYK
RGB Variations
Color information
#5D6009 (or 0x5D6009) is known color: Fiji Green. HEX triplet: 5D, 60 and 09. RGB value is (93,96,9). Sum of RGB (Red+Green+Blue) = 93+96+9=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6009 is #A29FF6. Grayscale: #555555. Windows color (decimal): -10657783 or 614493. OLE color: 614493.
HSL color Cylindrical-coordinate representation of color #5D6009: hue angle of 62.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D6009 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 9 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.62 |
| HSL | 62.07º | 0.83% | 0.21% | - |
| HSV(B) | 62.07º | 0.91% | 0.38% | - |
| XYZ | 8.75 | 10.71 | 1.87 | - |
| YUV | 85.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 9 | 0.03 | 0 | 0.91 | 0.62 | 62.07 | 0.83 | 0.21 |
| Hex | 5D | 60 | 9 | 3 | 0 | 5B | 3E | 3E | 53 | 15 |
| Octal | 135 | 140 | 11 | 3 | 0 | 133 | 76 | 76 | 123 | 25 |
| Binary | 1011101 | 1100000 | 1001 | 11 | 0 | 1011011 | 111110 | 111110 | 1010011 | 10101 |
Color Harmonies of #5D6009
Complementary color
Monochromatic Colors of #5D6009
Black with #5D6009
Text Example
Text Example
White with #5D6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6009; }
p { color: rgb(93,96,9); }
H1.HeaderClassName
{
color: #5D6009;
}
.AnyTagClassName
{
color: #5D6009;
}
</style>
background-color css
<style>
a { background-color: #5D6009; }
a { background-color: rgb(93,96,9); }
div.DivClassName
{
background-color: #5D6009;
}
.BgClassName
{
background-color: #5D6009;
}
</style>
border-color css
<style>
span { border-color: #5D6009; }
span { border-color: rgb(93,96,9); }
td.TdClassName
{
border-color: #5D6009;
}
.TagClassName
{
border-color: #5D6009;
}
</style>