Shades of Fiji Green #5C6F10
Tints of Fiji Green #5C6F10
RGB
CMYK
RGB Variations
Color information
#5C6F10 (or 0x5C6F10) is known color: Fiji Green. HEX triplet: 5C, 6F and 10. RGB value is (92,111,16). Sum of RGB (Red+Green+Blue) = 92+111+16=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6F10 is #A390EF. Grayscale: #5E5E5E. Windows color (decimal): -10719472 or 1077084. OLE color: 1077084.
HSL color Cylindrical-coordinate representation of color #5C6F10: hue angle of 72º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C6F10 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 111 | 16 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.56 |
| HSL | 72º | 0.75% | 0.25% | - |
| HSV(B) | 72º | 0.86% | 0.44% | - |
| XYZ | 10.19 | 13.68 | 2.59 | - |
| YUV | 94.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 16 | 0.17 | 0 | 0.86 | 0.56 | 72 | 0.75 | 0.25 |
| Hex | 5C | 6F | 10 | 11 | 0 | 56 | 38 | 48 | 4B | 19 |
| Octal | 134 | 157 | 20 | 21 | 0 | 126 | 70 | 110 | 113 | 31 |
| Binary | 1011100 | 1101111 | 10000 | 10001 | 0 | 1010110 | 111000 | 1001000 | 1001011 | 11001 |
Color Harmonies of #5C6F10
Complementary color
Monochromatic Colors of #5C6F10
Black with #5C6F10
Text Example
Text Example
White with #5C6F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6F10; }
p { color: rgb(92,111,16); }
H1.HeaderClassName
{
color: #5C6F10;
}
.AnyTagClassName
{
color: #5C6F10;
}
</style>
background-color css
<style>
a { background-color: #5C6F10; }
a { background-color: rgb(92,111,16); }
div.DivClassName
{
background-color: #5C6F10;
}
.BgClassName
{
background-color: #5C6F10;
}
</style>
border-color css
<style>
span { border-color: #5C6F10; }
span { border-color: rgb(92,111,16); }
td.TdClassName
{
border-color: #5C6F10;
}
.TagClassName
{
border-color: #5C6F10;
}
</style>