Shades of Fiji Green #5D6317
Tints of Fiji Green #5D6317
RGB
CMYK
RGB Variations
Color information
#5D6317 (or 0x5D6317) is known color: Fiji Green. HEX triplet: 5D, 63 and 17. RGB value is (93,99,23). Sum of RGB (Red+Green+Blue) = 93+99+23=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6317 is #A29CE8. Grayscale: #585858. Windows color (decimal): -10657001 or 1532765. OLE color: 1532765.
HSL color Cylindrical-coordinate representation of color #5D6317: hue angle of 64.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D6317 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 23 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.61 |
| HSL | 64.74º | 0.62% | 0.24% | - |
| HSV(B) | 64.74º | 0.77% | 0.39% | - |
| XYZ | 9.13 | 11.31 | 2.51 | - |
| YUV | 88.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 23 | 0.06 | 0 | 0.77 | 0.61 | 64.74 | 0.62 | 0.24 |
| Hex | 5D | 63 | 17 | 6 | 0 | 4D | 3D | 41 | 3E | 18 |
| Octal | 135 | 143 | 27 | 6 | 0 | 115 | 75 | 101 | 76 | 30 |
| Binary | 1011101 | 1100011 | 10111 | 110 | 0 | 1001101 | 111101 | 1000001 | 111110 | 11000 |
Color Harmonies of #5D6317
Complementary color
Monochromatic Colors of #5D6317
Black with #5D6317
Text Example
Text Example
White with #5D6317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6317; }
p { color: rgb(93,99,23); }
H1.HeaderClassName
{
color: #5D6317;
}
.AnyTagClassName
{
color: #5D6317;
}
</style>
background-color css
<style>
a { background-color: #5D6317; }
a { background-color: rgb(93,99,23); }
div.DivClassName
{
background-color: #5D6317;
}
.BgClassName
{
background-color: #5D6317;
}
</style>
border-color css
<style>
span { border-color: #5D6317; }
span { border-color: rgb(93,99,23); }
td.TdClassName
{
border-color: #5D6317;
}
.TagClassName
{
border-color: #5D6317;
}
</style>