Shades of Fiji Green #5C6013
Tints of Fiji Green #5C6013
RGB
CMYK
RGB Variations
Color information
#5C6013 (or 0x5C6013) is known color: Fiji Green. HEX triplet: 5C, 60 and 13. RGB value is (92,96,19). Sum of RGB (Red+Green+Blue) = 92+96+19=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6013 is #A39FEC. Grayscale: #565656. Windows color (decimal): -10723309 or 1269852. OLE color: 1269852.
HSL color Cylindrical-coordinate representation of color #5C6013: hue angle of 63.12º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C6013 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 19 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.62 |
| HSL | 63.12º | 0.67% | 0.23% | - |
| HSV(B) | 63.12º | 0.8% | 0.38% | - |
| XYZ | 8.71 | 10.69 | 2.22 | - |
| YUV | 86.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 19 | 0.04 | 0 | 0.80 | 0.62 | 63.12 | 0.67 | 0.23 |
| Hex | 5C | 60 | 13 | 4 | 0 | 50 | 3E | 3F | 43 | 17 |
| Octal | 134 | 140 | 23 | 4 | 0 | 120 | 76 | 77 | 103 | 27 |
| Binary | 1011100 | 1100000 | 10011 | 100 | 0 | 1010000 | 111110 | 111111 | 1000011 | 10111 |
Color Harmonies of #5C6013
Complementary color
Monochromatic Colors of #5C6013
Black with #5C6013
Text Example
Text Example
White with #5C6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6013; }
p { color: rgb(92,96,19); }
H1.HeaderClassName
{
color: #5C6013;
}
.AnyTagClassName
{
color: #5C6013;
}
</style>
background-color css
<style>
a { background-color: #5C6013; }
a { background-color: rgb(92,96,19); }
div.DivClassName
{
background-color: #5C6013;
}
.BgClassName
{
background-color: #5C6013;
}
</style>
border-color css
<style>
span { border-color: #5C6013; }
span { border-color: rgb(92,96,19); }
td.TdClassName
{
border-color: #5C6013;
}
.TagClassName
{
border-color: #5C6013;
}
</style>