Shades of Fiji Green #5C6316
Tints of Fiji Green #5C6316
RGB
CMYK
RGB Variations
Color information
#5C6316 (or 0x5C6316) is known color: Fiji Green. HEX triplet: 5C, 63 and 16. RGB value is (92,99,22). Sum of RGB (Red+Green+Blue) = 92+99+22=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6316 is #A39CE9. Grayscale: #585858. Windows color (decimal): -10722538 or 1467228. OLE color: 1467228.
HSL color Cylindrical-coordinate representation of color #5C6316: hue angle of 65.45º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C6316 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 22 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.61 |
| HSL | 65.45º | 0.64% | 0.24% | - |
| HSV(B) | 65.45º | 0.78% | 0.39% | - |
| XYZ | 9.02 | 11.26 | 2.46 | - |
| YUV | 88.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 22 | 0.07 | 0 | 0.78 | 0.61 | 65.45 | 0.64 | 0.24 |
| Hex | 5C | 63 | 16 | 7 | 0 | 4E | 3D | 41 | 40 | 18 |
| Octal | 134 | 143 | 26 | 7 | 0 | 116 | 75 | 101 | 100 | 30 |
| Binary | 1011100 | 1100011 | 10110 | 111 | 0 | 1001110 | 111101 | 1000001 | 1000000 | 11000 |
Color Harmonies of #5C6316
Complementary color
Monochromatic Colors of #5C6316
Black with #5C6316
Text Example
Text Example
White with #5C6316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6316; }
p { color: rgb(92,99,22); }
H1.HeaderClassName
{
color: #5C6316;
}
.AnyTagClassName
{
color: #5C6316;
}
</style>
background-color css
<style>
a { background-color: #5C6316; }
a { background-color: rgb(92,99,22); }
div.DivClassName
{
background-color: #5C6316;
}
.BgClassName
{
background-color: #5C6316;
}
</style>
border-color css
<style>
span { border-color: #5C6316; }
span { border-color: rgb(92,99,22); }
td.TdClassName
{
border-color: #5C6316;
}
.TagClassName
{
border-color: #5C6316;
}
</style>