Shades of Fiji Green #5D680D
Tints of Fiji Green #5D680D
RGB
CMYK
RGB Variations
Color information
#5D680D (or 0x5D680D) is known color: Fiji Green. HEX triplet: 5D, 68 and 0D. RGB value is (93,104,13). Sum of RGB (Red+Green+Blue) = 93+104+13=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #5D680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D680D is #A297F2. Grayscale: #5A5A5A. Windows color (decimal): -10655731 or 878685. OLE color: 878685.
HSL color Cylindrical-coordinate representation of color #5D680D: hue angle of 67.25º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D680D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 13 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.59 |
| HSL | 67.25º | 0.78% | 0.23% | - |
| HSV(B) | 67.25º | 0.88% | 0.41% | - |
| XYZ | 9.54 | 12.26 | 2.24 | - |
| YUV | 90.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 13 | 0.11 | 0 | 0.88 | 0.59 | 67.25 | 0.78 | 0.23 |
| Hex | 5D | 68 | D | B | 0 | 58 | 3B | 43 | 4E | 17 |
| Octal | 135 | 150 | 15 | 13 | 0 | 130 | 73 | 103 | 116 | 27 |
| Binary | 1011101 | 1101000 | 1101 | 1011 | 0 | 1011000 | 111011 | 1000011 | 1001110 | 10111 |
Color Harmonies of #5D680D
Complementary color
Monochromatic Colors of #5D680D
Black with #5D680D
Text Example
Text Example
White with #5D680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D680D; }
p { color: rgb(93,104,13); }
H1.HeaderClassName
{
color: #5D680D;
}
.AnyTagClassName
{
color: #5D680D;
}
</style>
background-color css
<style>
a { background-color: #5D680D; }
a { background-color: rgb(93,104,13); }
div.DivClassName
{
background-color: #5D680D;
}
.BgClassName
{
background-color: #5D680D;
}
</style>
border-color css
<style>
span { border-color: #5D680D; }
span { border-color: rgb(93,104,13); }
td.TdClassName
{
border-color: #5D680D;
}
.TagClassName
{
border-color: #5D680D;
}
</style>