Shades of Fiji Green #5C6416
Tints of Fiji Green #5C6416
RGB
CMYK
RGB Variations
Color information
#5C6416 (or 0x5C6416) is known color: Fiji Green. HEX triplet: 5C, 64 and 16. RGB value is (92,100,22). Sum of RGB (Red+Green+Blue) = 92+100+22=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6416 is #A39BE9. Grayscale: #595959. Windows color (decimal): -10722282 or 1467484. OLE color: 1467484.
HSL color Cylindrical-coordinate representation of color #5C6416: hue angle of 66.15º 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 #5C6416 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 100 | 22 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.61 |
| HSL | 66.15º | 0.64% | 0.24% | - |
| HSV(B) | 66.15º | 0.78% | 0.39% | - |
| XYZ | 9.12 | 11.45 | 2.49 | - |
| YUV | 88.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 22 | 0.08 | 0 | 0.78 | 0.61 | 66.15 | 0.64 | 0.24 |
| Hex | 5C | 64 | 16 | 8 | 0 | 4E | 3D | 42 | 40 | 18 |
| Octal | 134 | 144 | 26 | 10 | 0 | 116 | 75 | 102 | 100 | 30 |
| Binary | 1011100 | 1100100 | 10110 | 1000 | 0 | 1001110 | 111101 | 1000010 | 1000000 | 11000 |
Color Harmonies of #5C6416
Complementary color
Monochromatic Colors of #5C6416
Black with #5C6416
Text Example
Text Example
White with #5C6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6416; }
p { color: rgb(92,100,22); }
H1.HeaderClassName
{
color: #5C6416;
}
.AnyTagClassName
{
color: #5C6416;
}
</style>
background-color css
<style>
a { background-color: #5C6416; }
a { background-color: rgb(92,100,22); }
div.DivClassName
{
background-color: #5C6416;
}
.BgClassName
{
background-color: #5C6416;
}
</style>
border-color css
<style>
span { border-color: #5C6416; }
span { border-color: rgb(92,100,22); }
td.TdClassName
{
border-color: #5C6416;
}
.TagClassName
{
border-color: #5C6416;
}
</style>