Shades of Fiji Green #5D6103
Tints of Fiji Green #5D6103
RGB
CMYK
RGB Variations
Color information
#5D6103 (or 0x5D6103) is known color: Fiji Green. HEX triplet: 5D, 61 and 03. RGB value is (93,97,3). Sum of RGB (Red+Green+Blue) = 93+97+3=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6103 is #A29EFC. Grayscale: #555555. Windows color (decimal): -10657533 or 221533. OLE color: 221533.
HSL color Cylindrical-coordinate representation of color #5D6103: hue angle of 62.55º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D6103 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 3 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.62 |
| HSL | 62.55º | 0.94% | 0.2% | - |
| HSV(B) | 62.55º | 0.97% | 0.38% | - |
| XYZ | 8.81 | 10.88 | 1.72 | - |
| YUV | 85.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 3 | 0.04 | 0 | 0.97 | 0.62 | 62.55 | 0.94 | 0.2 |
| Hex | 5D | 61 | 3 | 4 | 0 | 61 | 3E | 3F | 5E | 14 |
| Octal | 135 | 141 | 3 | 4 | 0 | 141 | 76 | 77 | 136 | 24 |
| Binary | 1011101 | 1100001 | 11 | 100 | 0 | 1100001 | 111110 | 111111 | 1011110 | 10100 |
Color Harmonies of #5D6103
Complementary color
Monochromatic Colors of #5D6103
Black with #5D6103
Text Example
Text Example
White with #5D6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6103; }
p { color: rgb(93,97,3); }
H1.HeaderClassName
{
color: #5D6103;
}
.AnyTagClassName
{
color: #5D6103;
}
</style>
background-color css
<style>
a { background-color: #5D6103; }
a { background-color: rgb(93,97,3); }
div.DivClassName
{
background-color: #5D6103;
}
.BgClassName
{
background-color: #5D6103;
}
</style>
border-color css
<style>
span { border-color: #5D6103; }
span { border-color: rgb(93,97,3); }
td.TdClassName
{
border-color: #5D6103;
}
.TagClassName
{
border-color: #5D6103;
}
</style>