Shades of Fiji Green #5D6813
Tints of Fiji Green #5D6813
RGB
CMYK
RGB Variations
Color information
#5D6813 (or 0x5D6813) is known color: Fiji Green. HEX triplet: 5D, 68 and 13. RGB value is (93,104,19). Sum of RGB (Red+Green+Blue) = 93+104+19=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #5D6813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6813 is #A297EC. Grayscale: #5B5B5B. Windows color (decimal): -10655725 or 1271901. OLE color: 1271901.
HSL color Cylindrical-coordinate representation of color #5D6813: hue angle of 67.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D6813 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 19 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.59 |
| HSL | 67.76º | 0.69% | 0.24% | - |
| HSV(B) | 67.76º | 0.82% | 0.41% | - |
| XYZ | 9.58 | 12.27 | 2.48 | - |
| YUV | 91.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 19 | 0.11 | 0 | 0.82 | 0.59 | 67.76 | 0.69 | 0.24 |
| Hex | 5D | 68 | 13 | B | 0 | 52 | 3B | 44 | 45 | 18 |
| Octal | 135 | 150 | 23 | 13 | 0 | 122 | 73 | 104 | 105 | 30 |
| Binary | 1011101 | 1101000 | 10011 | 1011 | 0 | 1010010 | 111011 | 1000100 | 1000101 | 11000 |
Color Harmonies of #5D6813
Complementary color
Monochromatic Colors of #5D6813
Black with #5D6813
Text Example
Text Example
White with #5D6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6813; }
p { color: rgb(93,104,19); }
H1.HeaderClassName
{
color: #5D6813;
}
.AnyTagClassName
{
color: #5D6813;
}
</style>
background-color css
<style>
a { background-color: #5D6813; }
a { background-color: rgb(93,104,19); }
div.DivClassName
{
background-color: #5D6813;
}
.BgClassName
{
background-color: #5D6813;
}
</style>
border-color css
<style>
span { border-color: #5D6813; }
span { border-color: rgb(93,104,19); }
td.TdClassName
{
border-color: #5D6813;
}
.TagClassName
{
border-color: #5D6813;
}
</style>