Shades of Fiji Green #5D610D
Tints of Fiji Green #5D610D
RGB
CMYK
RGB Variations
Color information
#5D610D (or 0x5D610D) is known color: Fiji Green. HEX triplet: 5D, 61 and 0D. RGB value is (93,97,13). Sum of RGB (Red+Green+Blue) = 93+97+13=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #5D610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D610D is #A29EF2. Grayscale: #565656. Windows color (decimal): -10657523 or 876893. OLE color: 876893.
HSL color Cylindrical-coordinate representation of color #5D610D: hue angle of 62.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D610D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 13 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.62 |
| HSL | 62.86º | 0.76% | 0.22% | - |
| HSV(B) | 62.86º | 0.87% | 0.38% | - |
| XYZ | 8.86 | 10.91 | 2.02 | - |
| YUV | 86.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 13 | 0.04 | 0 | 0.87 | 0.62 | 62.86 | 0.76 | 0.22 |
| Hex | 5D | 61 | D | 4 | 0 | 57 | 3E | 3F | 4C | 16 |
| Octal | 135 | 141 | 15 | 4 | 0 | 127 | 76 | 77 | 114 | 26 |
| Binary | 1011101 | 1100001 | 1101 | 100 | 0 | 1010111 | 111110 | 111111 | 1001100 | 10110 |
Color Harmonies of #5D610D
Complementary color
Monochromatic Colors of #5D610D
Black with #5D610D
Text Example
Text Example
White with #5D610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D610D; }
p { color: rgb(93,97,13); }
H1.HeaderClassName
{
color: #5D610D;
}
.AnyTagClassName
{
color: #5D610D;
}
</style>
background-color css
<style>
a { background-color: #5D610D; }
a { background-color: rgb(93,97,13); }
div.DivClassName
{
background-color: #5D610D;
}
.BgClassName
{
background-color: #5D610D;
}
</style>
border-color css
<style>
span { border-color: #5D610D; }
span { border-color: rgb(93,97,13); }
td.TdClassName
{
border-color: #5D610D;
}
.TagClassName
{
border-color: #5D610D;
}
</style>