Shades of Fiji Green #5D6F08
Tints of Fiji Green #5D6F08
RGB
CMYK
RGB Variations
Color information
#5D6F08 (or 0x5D6F08) is known color: Fiji Green. HEX triplet: 5D, 6F and 08. RGB value is (93,111,8). Sum of RGB (Red+Green+Blue) = 93+111+8=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6F08 is #A290F7. Grayscale: #5E5E5E. Windows color (decimal): -10653944 or 552797. OLE color: 552797.
HSL color Cylindrical-coordinate representation of color #5D6F08: hue angle of 70.49º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D6F08 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 111 | 8 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.56 |
| HSL | 70.49º | 0.87% | 0.23% | - |
| HSV(B) | 70.49º | 0.93% | 0.44% | - |
| XYZ | 10.24 | 13.71 | 2.34 | - |
| YUV | 93.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 111 | 8 | 0.16 | 0 | 0.93 | 0.56 | 70.49 | 0.87 | 0.23 |
| Hex | 5D | 6F | 8 | 10 | 0 | 5D | 38 | 46 | 57 | 17 |
| Octal | 135 | 157 | 10 | 20 | 0 | 135 | 70 | 106 | 127 | 27 |
| Binary | 1011101 | 1101111 | 1000 | 10000 | 0 | 1011101 | 111000 | 1000110 | 1010111 | 10111 |
Color Harmonies of #5D6F08
Complementary color
Monochromatic Colors of #5D6F08
Black with #5D6F08
Text Example
Text Example
White with #5D6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6F08; }
p { color: rgb(93,111,8); }
H1.HeaderClassName
{
color: #5D6F08;
}
.AnyTagClassName
{
color: #5D6F08;
}
</style>
background-color css
<style>
a { background-color: #5D6F08; }
a { background-color: rgb(93,111,8); }
div.DivClassName
{
background-color: #5D6F08;
}
.BgClassName
{
background-color: #5D6F08;
}
</style>
border-color css
<style>
span { border-color: #5D6F08; }
span { border-color: rgb(93,111,8); }
td.TdClassName
{
border-color: #5D6F08;
}
.TagClassName
{
border-color: #5D6F08;
}
</style>