Shades of Fiji Green #51740F
Tints of Fiji Green #51740F
RGB
CMYK
RGB Variations
Color information
#51740F (or 0x51740F) is known color: Fiji Green. HEX triplet: 51, 74 and 0F. RGB value is (81,116,15). Sum of RGB (Red+Green+Blue) = 81+116+15=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #51740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51740F is #AE8BF0. Grayscale: #5E5E5E. Windows color (decimal): -11439089 or 1012817. OLE color: 1012817.
HSL color Cylindrical-coordinate representation of color #51740F: hue angle of 80.79º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51740F is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 116 | 15 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.55 |
| HSL | 80.79º | 0.77% | 0.26% | - |
| HSV(B) | 80.79º | 0.87% | 0.45% | - |
| XYZ | 9.72 | 14.27 | 2.69 | - |
| YUV | 94.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 15 | 0.30 | 0 | 0.87 | 0.55 | 80.79 | 0.77 | 0.26 |
| Hex | 51 | 74 | F | 1E | 0 | 57 | 37 | 51 | 4D | 1A |
| Octal | 121 | 164 | 17 | 36 | 0 | 127 | 67 | 121 | 115 | 32 |
| Binary | 1010001 | 1110100 | 1111 | 11110 | 0 | 1010111 | 110111 | 1010001 | 1001101 | 11010 |
Color Harmonies of #51740F
Complementary color
Monochromatic Colors of #51740F
Black with #51740F
Text Example
Text Example
White with #51740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51740F; }
p { color: rgb(81,116,15); }
H1.HeaderClassName
{
color: #51740F;
}
.AnyTagClassName
{
color: #51740F;
}
</style>
background-color css
<style>
a { background-color: #51740F; }
a { background-color: rgb(81,116,15); }
div.DivClassName
{
background-color: #51740F;
}
.BgClassName
{
background-color: #51740F;
}
</style>
border-color css
<style>
span { border-color: #51740F; }
span { border-color: rgb(81,116,15); }
td.TdClassName
{
border-color: #51740F;
}
.TagClassName
{
border-color: #51740F;
}
</style>