Shades of Fiji Green #5D6504
Tints of Fiji Green #5D6504
RGB
CMYK
RGB Variations
Color information
#5D6504 (or 0x5D6504) is known color: Fiji Green. HEX triplet: 5D, 65 and 04. RGB value is (93,101,4). Sum of RGB (Red+Green+Blue) = 93+101+4=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6504 is #A29AFB. Grayscale: #575757. Windows color (decimal): -10656508 or 288093. OLE color: 288093.
HSL color Cylindrical-coordinate representation of color #5D6504: hue angle of 64.95º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D6504 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 4 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.60 |
| HSL | 64.95º | 0.92% | 0.21% | - |
| HSV(B) | 64.95º | 0.96% | 0.4% | - |
| XYZ | 9.19 | 11.64 | 1.88 | - |
| YUV | 87.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 4 | 0.08 | 0 | 0.96 | 0.60 | 64.95 | 0.92 | 0.21 |
| Hex | 5D | 65 | 4 | 8 | 0 | 60 | 3C | 41 | 5C | 15 |
| Octal | 135 | 145 | 4 | 10 | 0 | 140 | 74 | 101 | 134 | 25 |
| Binary | 1011101 | 1100101 | 100 | 1000 | 0 | 1100000 | 111100 | 1000001 | 1011100 | 10101 |
Color Harmonies of #5D6504
Complementary color
Monochromatic Colors of #5D6504
Black with #5D6504
Text Example
Text Example
White with #5D6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6504; }
p { color: rgb(93,101,4); }
H1.HeaderClassName
{
color: #5D6504;
}
.AnyTagClassName
{
color: #5D6504;
}
</style>
background-color css
<style>
a { background-color: #5D6504; }
a { background-color: rgb(93,101,4); }
div.DivClassName
{
background-color: #5D6504;
}
.BgClassName
{
background-color: #5D6504;
}
</style>
border-color css
<style>
span { border-color: #5D6504; }
span { border-color: rgb(93,101,4); }
td.TdClassName
{
border-color: #5D6504;
}
.TagClassName
{
border-color: #5D6504;
}
</style>