Shades of Fiji Green #51780C
Tints of Fiji Green #51780C
RGB
CMYK
RGB Variations
Color information
#51780C (or 0x51780C) is known color: Fiji Green. HEX triplet: 51, 78 and 0C. RGB value is (81,120,12). Sum of RGB (Red+Green+Blue) = 81+120+12=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #51780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51780C is #AE87F3. Grayscale: #606060. Windows color (decimal): -11438068 or 817233. OLE color: 817233.
HSL color Cylindrical-coordinate representation of color #51780C: hue angle of 81.67º 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 #51780C is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 120 | 12 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.53 |
| HSL | 81.67º | 0.82% | 0.26% | - |
| HSV(B) | 81.67º | 0.9% | 0.47% | - |
| XYZ | 10.18 | 15.21 | 2.75 | - |
| YUV | 96.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 12 | 0.32 | 0 | 0.90 | 0.53 | 81.67 | 0.82 | 0.26 |
| Hex | 51 | 78 | C | 20 | 0 | 5A | 35 | 52 | 52 | 1A |
| Octal | 121 | 170 | 14 | 40 | 0 | 132 | 65 | 122 | 122 | 32 |
| Binary | 1010001 | 1111000 | 1100 | 100000 | 0 | 1011010 | 110101 | 1010010 | 1010010 | 11010 |
Color Harmonies of #51780C
Complementary color
Monochromatic Colors of #51780C
Black with #51780C
Text Example
Text Example
White with #51780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51780C; }
p { color: rgb(81,120,12); }
H1.HeaderClassName
{
color: #51780C;
}
.AnyTagClassName
{
color: #51780C;
}
</style>
background-color css
<style>
a { background-color: #51780C; }
a { background-color: rgb(81,120,12); }
div.DivClassName
{
background-color: #51780C;
}
.BgClassName
{
background-color: #51780C;
}
</style>
border-color css
<style>
span { border-color: #51780C; }
span { border-color: rgb(81,120,12); }
td.TdClassName
{
border-color: #51780C;
}
.TagClassName
{
border-color: #51780C;
}
</style>