Shades of Fiji Green #5D6106
Tints of Fiji Green #5D6106
RGB
CMYK
RGB Variations
Color information
#5D6106 (or 0x5D6106) is known color: Fiji Green. HEX triplet: 5D, 61 and 06. RGB value is (93,97,6). Sum of RGB (Red+Green+Blue) = 93+97+6=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6106 is #A29EF9. Grayscale: #555555. Windows color (decimal): -10657530 or 418141. OLE color: 418141.
HSL color Cylindrical-coordinate representation of color #5D6106: hue angle of 62.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D6106 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 6 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.62 |
| HSL | 62.64º | 0.88% | 0.2% | - |
| HSV(B) | 62.64º | 0.94% | 0.38% | - |
| XYZ | 8.82 | 10.89 | 1.81 | - |
| YUV | 85.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 6 | 0.04 | 0 | 0.94 | 0.62 | 62.64 | 0.88 | 0.2 |
| Hex | 5D | 61 | 6 | 4 | 0 | 5E | 3E | 3F | 58 | 14 |
| Octal | 135 | 141 | 6 | 4 | 0 | 136 | 76 | 77 | 130 | 24 |
| Binary | 1011101 | 1100001 | 110 | 100 | 0 | 1011110 | 111110 | 111111 | 1011000 | 10100 |
Color Harmonies of #5D6106
Complementary color
Monochromatic Colors of #5D6106
Black with #5D6106
Text Example
Text Example
White with #5D6106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6106; }
p { color: rgb(93,97,6); }
H1.HeaderClassName
{
color: #5D6106;
}
.AnyTagClassName
{
color: #5D6106;
}
</style>
background-color css
<style>
a { background-color: #5D6106; }
a { background-color: rgb(93,97,6); }
div.DivClassName
{
background-color: #5D6106;
}
.BgClassName
{
background-color: #5D6106;
}
</style>
border-color css
<style>
span { border-color: #5D6106; }
span { border-color: rgb(93,97,6); }
td.TdClassName
{
border-color: #5D6106;
}
.TagClassName
{
border-color: #5D6106;
}
</style>