Shades of Fiji Green #5C7212
Tints of Fiji Green #5C7212
RGB
CMYK
RGB Variations
Color information
#5C7212 (or 0x5C7212) is known color: Fiji Green. HEX triplet: 5C, 72 and 12. RGB value is (92,114,18). Sum of RGB (Red+Green+Blue) = 92+114+18=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7212 is #A38DED. Grayscale: #606060. Windows color (decimal): -10718702 or 1208924. OLE color: 1208924.
HSL color Cylindrical-coordinate representation of color #5C7212: hue angle of 73.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C7212 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 18 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.55 |
| HSL | 73.75º | 0.73% | 0.26% | - |
| HSV(B) | 73.75º | 0.84% | 0.45% | - |
| XYZ | 10.54 | 14.35 | 2.79 | - |
| YUV | 96.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 18 | 0.19 | 0 | 0.84 | 0.55 | 73.75 | 0.73 | 0.26 |
| Hex | 5C | 72 | 12 | 13 | 0 | 54 | 37 | 4A | 49 | 1A |
| Octal | 134 | 162 | 22 | 23 | 0 | 124 | 67 | 112 | 111 | 32 |
| Binary | 1011100 | 1110010 | 10010 | 10011 | 0 | 1010100 | 110111 | 1001010 | 1001001 | 11010 |
Color Harmonies of #5C7212
Complementary color
Monochromatic Colors of #5C7212
Black with #5C7212
Text Example
Text Example
White with #5C7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7212; }
p { color: rgb(92,114,18); }
H1.HeaderClassName
{
color: #5C7212;
}
.AnyTagClassName
{
color: #5C7212;
}
</style>
background-color css
<style>
a { background-color: #5C7212; }
a { background-color: rgb(92,114,18); }
div.DivClassName
{
background-color: #5C7212;
}
.BgClassName
{
background-color: #5C7212;
}
</style>
border-color css
<style>
span { border-color: #5C7212; }
span { border-color: rgb(92,114,18); }
td.TdClassName
{
border-color: #5C7212;
}
.TagClassName
{
border-color: #5C7212;
}
</style>