Shades of Fiji Green #5C780C
Tints of Fiji Green #5C780C
RGB
CMYK
RGB Variations
Color information
#5C780C (or 0x5C780C) is known color: Fiji Green. HEX triplet: 5C, 78 and 0C. RGB value is (92,120,12). Sum of RGB (Red+Green+Blue) = 92+120+12=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #5C780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C780C is #A387F3. Grayscale: #636363. Windows color (decimal): -10717172 or 817244. OLE color: 817244.
HSL color Cylindrical-coordinate representation of color #5C780C: hue angle of 75.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C780C is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 12 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.53 |
| HSL | 75.56º | 0.82% | 0.26% | - |
| HSV(B) | 75.56º | 0.9% | 0.47% | - |
| XYZ | 11.2 | 15.73 | 2.79 | - |
| YUV | 99.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 12 | 0.23 | 0 | 0.90 | 0.53 | 75.56 | 0.82 | 0.26 |
| Hex | 5C | 78 | C | 17 | 0 | 5A | 35 | 4C | 52 | 1A |
| Octal | 134 | 170 | 14 | 27 | 0 | 132 | 65 | 114 | 122 | 32 |
| Binary | 1011100 | 1111000 | 1100 | 10111 | 0 | 1011010 | 110101 | 1001100 | 1010010 | 11010 |
Color Harmonies of #5C780C
Complementary color
Monochromatic Colors of #5C780C
Black with #5C780C
Text Example
Text Example
White with #5C780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C780C; }
p { color: rgb(92,120,12); }
H1.HeaderClassName
{
color: #5C780C;
}
.AnyTagClassName
{
color: #5C780C;
}
</style>
background-color css
<style>
a { background-color: #5C780C; }
a { background-color: rgb(92,120,12); }
div.DivClassName
{
background-color: #5C780C;
}
.BgClassName
{
background-color: #5C780C;
}
</style>
border-color css
<style>
span { border-color: #5C780C; }
span { border-color: rgb(92,120,12); }
td.TdClassName
{
border-color: #5C780C;
}
.TagClassName
{
border-color: #5C780C;
}
</style>