Shades of Fiji Green #5D6B08
Tints of Fiji Green #5D6B08
RGB
CMYK
RGB Variations
Color information
#5D6B08 (or 0x5D6B08) is known color: Fiji Green. HEX triplet: 5D, 6B and 08. RGB value is (93,107,8). Sum of RGB (Red+Green+Blue) = 93+107+8=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6B08 is #A294F7. Grayscale: #5B5B5B. Windows color (decimal): -10654968 or 551773. OLE color: 551773.
HSL color Cylindrical-coordinate representation of color #5D6B08: hue angle of 68.48º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D6B08 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 107 | 8 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.58 |
| HSL | 68.48º | 0.86% | 0.23% | - |
| HSV(B) | 68.48º | 0.93% | 0.42% | - |
| XYZ | 9.82 | 12.86 | 2.19 | - |
| YUV | 91.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 8 | 0.13 | 0 | 0.93 | 0.58 | 68.48 | 0.86 | 0.23 |
| Hex | 5D | 6B | 8 | D | 0 | 5D | 3A | 44 | 56 | 17 |
| Octal | 135 | 153 | 10 | 15 | 0 | 135 | 72 | 104 | 126 | 27 |
| Binary | 1011101 | 1101011 | 1000 | 1101 | 0 | 1011101 | 111010 | 1000100 | 1010110 | 10111 |
Color Harmonies of #5D6B08
Complementary color
Monochromatic Colors of #5D6B08
Black with #5D6B08
Text Example
Text Example
White with #5D6B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B08; }
p { color: rgb(93,107,8); }
H1.HeaderClassName
{
color: #5D6B08;
}
.AnyTagClassName
{
color: #5D6B08;
}
</style>
background-color css
<style>
a { background-color: #5D6B08; }
a { background-color: rgb(93,107,8); }
div.DivClassName
{
background-color: #5D6B08;
}
.BgClassName
{
background-color: #5D6B08;
}
</style>
border-color css
<style>
span { border-color: #5D6B08; }
span { border-color: rgb(93,107,8); }
td.TdClassName
{
border-color: #5D6B08;
}
.TagClassName
{
border-color: #5D6B08;
}
</style>