Shades of Fiji Green #5D6F0D
Tints of Fiji Green #5D6F0D
RGB
CMYK
RGB Variations
Color information
#5D6F0D (or 0x5D6F0D) is known color: Fiji Green. HEX triplet: 5D, 6F and 0D. RGB value is (93,111,13). Sum of RGB (Red+Green+Blue) = 93+111+13=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6F0D is #A290F2. Grayscale: #5E5E5E. Windows color (decimal): -10653939 or 880477. OLE color: 880477.
HSL color Cylindrical-coordinate representation of color #5D6F0D: hue angle of 71.02º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D6F0D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 111 | 13 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.56 |
| HSL | 71.02º | 0.79% | 0.24% | - |
| HSV(B) | 71.02º | 0.88% | 0.44% | - |
| XYZ | 10.27 | 13.73 | 2.49 | - |
| YUV | 94.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 111 | 13 | 0.16 | 0 | 0.88 | 0.56 | 71.02 | 0.79 | 0.24 |
| Hex | 5D | 6F | D | 10 | 0 | 58 | 38 | 47 | 4F | 18 |
| Octal | 135 | 157 | 15 | 20 | 0 | 130 | 70 | 107 | 117 | 30 |
| Binary | 1011101 | 1101111 | 1101 | 10000 | 0 | 1011000 | 111000 | 1000111 | 1001111 | 11000 |
Color Harmonies of #5D6F0D
Complementary color
Monochromatic Colors of #5D6F0D
Black with #5D6F0D
Text Example
Text Example
White with #5D6F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6F0D; }
p { color: rgb(93,111,13); }
H1.HeaderClassName
{
color: #5D6F0D;
}
.AnyTagClassName
{
color: #5D6F0D;
}
</style>
background-color css
<style>
a { background-color: #5D6F0D; }
a { background-color: rgb(93,111,13); }
div.DivClassName
{
background-color: #5D6F0D;
}
.BgClassName
{
background-color: #5D6F0D;
}
</style>
border-color css
<style>
span { border-color: #5D6F0D; }
span { border-color: rgb(93,111,13); }
td.TdClassName
{
border-color: #5D6F0D;
}
.TagClassName
{
border-color: #5D6F0D;
}
</style>