Shades of Fiji Green #5D6B1C
Tints of Fiji Green #5D6B1C
RGB
CMYK
RGB Variations
Color information
#5D6B1C (or 0x5D6B1C) is known color: Fiji Green. HEX triplet: 5D, 6B and 1C. RGB value is (93,107,28). Sum of RGB (Red+Green+Blue) = 93+107+28=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6B1C is #A294E3. Grayscale: #5E5E5E. Windows color (decimal): -10654948 or 1862493. OLE color: 1862493.
HSL color Cylindrical-coordinate representation of color #5D6B1C: hue angle of 70.63º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D6B1C is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 107 | 28 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.58 |
| HSL | 70.63º | 0.59% | 0.26% | - |
| HSV(B) | 70.63º | 0.74% | 0.42% | - |
| XYZ | 9.98 | 12.93 | 3.07 | - |
| YUV | 93.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 28 | 0.13 | 0 | 0.74 | 0.58 | 70.63 | 0.59 | 0.26 |
| Hex | 5D | 6B | 1C | D | 0 | 4A | 3A | 47 | 3B | 1A |
| Octal | 135 | 153 | 34 | 15 | 0 | 112 | 72 | 107 | 73 | 32 |
| Binary | 1011101 | 1101011 | 11100 | 1101 | 0 | 1001010 | 111010 | 1000111 | 111011 | 11010 |
Color Harmonies of #5D6B1C
Complementary color
Monochromatic Colors of #5D6B1C
Black with #5D6B1C
Text Example
Text Example
White with #5D6B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B1C; }
p { color: rgb(93,107,28); }
H1.HeaderClassName
{
color: #5D6B1C;
}
.AnyTagClassName
{
color: #5D6B1C;
}
</style>
background-color css
<style>
a { background-color: #5D6B1C; }
a { background-color: rgb(93,107,28); }
div.DivClassName
{
background-color: #5D6B1C;
}
.BgClassName
{
background-color: #5D6B1C;
}
</style>
border-color css
<style>
span { border-color: #5D6B1C; }
span { border-color: rgb(93,107,28); }
td.TdClassName
{
border-color: #5D6B1C;
}
.TagClassName
{
border-color: #5D6B1C;
}
</style>