Shades of Fiji Green #5D610B
Tints of Fiji Green #5D610B
RGB
CMYK
RGB Variations
Color information
#5D610B (or 0x5D610B) is known color: Fiji Green. HEX triplet: 5D, 61 and 0B. RGB value is (93,97,11). Sum of RGB (Red+Green+Blue) = 93+97+11=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #5D610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D610B is #A29EF4. Grayscale: #565656. Windows color (decimal): -10657525 or 745821. OLE color: 745821.
HSL color Cylindrical-coordinate representation of color #5D610B: hue angle of 62.79º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D610B is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 11 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.62 |
| HSL | 62.79º | 0.8% | 0.21% | - |
| HSV(B) | 62.79º | 0.89% | 0.38% | - |
| XYZ | 8.85 | 10.9 | 1.95 | - |
| YUV | 86 | 85.67 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 11 | 0.04 | 0 | 0.89 | 0.62 | 62.79 | 0.8 | 0.21 |
| Hex | 5D | 61 | B | 4 | 0 | 59 | 3E | 3F | 50 | 15 |
| Octal | 135 | 141 | 13 | 4 | 0 | 131 | 76 | 77 | 120 | 25 |
| Binary | 1011101 | 1100001 | 1011 | 100 | 0 | 1011001 | 111110 | 111111 | 1010000 | 10101 |
Color Harmonies of #5D610B
Complementary color
Monochromatic Colors of #5D610B
Black with #5D610B
Text Example
Text Example
White with #5D610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D610B; }
p { color: rgb(93,97,11); }
H1.HeaderClassName
{
color: #5D610B;
}
.AnyTagClassName
{
color: #5D610B;
}
</style>
background-color css
<style>
a { background-color: #5D610B; }
a { background-color: rgb(93,97,11); }
div.DivClassName
{
background-color: #5D610B;
}
.BgClassName
{
background-color: #5D610B;
}
</style>
border-color css
<style>
span { border-color: #5D610B; }
span { border-color: rgb(93,97,11); }
td.TdClassName
{
border-color: #5D610B;
}
.TagClassName
{
border-color: #5D610B;
}
</style>