Shades of Fiji Green #5D610C
Tints of Fiji Green #5D610C
RGB
CMYK
RGB Variations
Color information
#5D610C (or 0x5D610C) is known color: Fiji Green. HEX triplet: 5D, 61 and 0C. RGB value is (93,97,12). Sum of RGB (Red+Green+Blue) = 93+97+12=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #5D610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D610C is #A29EF3. Grayscale: #565656. Windows color (decimal): -10657524 or 811357. OLE color: 811357.
HSL color Cylindrical-coordinate representation of color #5D610C: hue angle of 62.82º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D610C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 12 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.62 |
| HSL | 62.82º | 0.78% | 0.21% | - |
| HSV(B) | 62.82º | 0.88% | 0.38% | - |
| XYZ | 8.86 | 10.9 | 1.99 | - |
| YUV | 86.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 12 | 0.04 | 0 | 0.88 | 0.62 | 62.82 | 0.78 | 0.21 |
| Hex | 5D | 61 | C | 4 | 0 | 58 | 3E | 3F | 4E | 15 |
| Octal | 135 | 141 | 14 | 4 | 0 | 130 | 76 | 77 | 116 | 25 |
| Binary | 1011101 | 1100001 | 1100 | 100 | 0 | 1011000 | 111110 | 111111 | 1001110 | 10101 |
Color Harmonies of #5D610C
Complementary color
Monochromatic Colors of #5D610C
Black with #5D610C
Text Example
Text Example
White with #5D610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D610C; }
p { color: rgb(93,97,12); }
H1.HeaderClassName
{
color: #5D610C;
}
.AnyTagClassName
{
color: #5D610C;
}
</style>
background-color css
<style>
a { background-color: #5D610C; }
a { background-color: rgb(93,97,12); }
div.DivClassName
{
background-color: #5D610C;
}
.BgClassName
{
background-color: #5D610C;
}
</style>
border-color css
<style>
span { border-color: #5D610C; }
span { border-color: rgb(93,97,12); }
td.TdClassName
{
border-color: #5D610C;
}
.TagClassName
{
border-color: #5D610C;
}
</style>