Shades of Fiji Green #5C7A16
Tints of Fiji Green #5C7A16
RGB
CMYK
RGB Variations
Color information
#5C7A16 (or 0x5C7A16) is known color: Fiji Green. HEX triplet: 5C, 7A and 16. RGB value is (92,122,22). Sum of RGB (Red+Green+Blue) = 92+122+22=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7A16 is #A385E9. Grayscale: #656565. Windows color (decimal): -10716650 or 1473116. OLE color: 1473116.
HSL color Cylindrical-coordinate representation of color #5C7A16: hue angle of 78º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C7A16 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 122 | 22 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.52 |
| HSL | 78º | 0.69% | 0.28% | - |
| HSV(B) | 78º | 0.82% | 0.48% | - |
| XYZ | 11.52 | 16.25 | 3.29 | - |
| YUV | 101.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 22 | 0.25 | 0 | 0.82 | 0.52 | 78 | 0.69 | 0.28 |
| Hex | 5C | 7A | 16 | 19 | 0 | 52 | 34 | 4E | 45 | 1C |
| Octal | 134 | 172 | 26 | 31 | 0 | 122 | 64 | 116 | 105 | 34 |
| Binary | 1011100 | 1111010 | 10110 | 11001 | 0 | 1010010 | 110100 | 1001110 | 1000101 | 11100 |
Color Harmonies of #5C7A16
Complementary color
Monochromatic Colors of #5C7A16
Black with #5C7A16
Text Example
Text Example
White with #5C7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7A16; }
p { color: rgb(92,122,22); }
H1.HeaderClassName
{
color: #5C7A16;
}
.AnyTagClassName
{
color: #5C7A16;
}
</style>
background-color css
<style>
a { background-color: #5C7A16; }
a { background-color: rgb(92,122,22); }
div.DivClassName
{
background-color: #5C7A16;
}
.BgClassName
{
background-color: #5C7A16;
}
</style>
border-color css
<style>
span { border-color: #5C7A16; }
span { border-color: rgb(92,122,22); }
td.TdClassName
{
border-color: #5C7A16;
}
.TagClassName
{
border-color: #5C7A16;
}
</style>