Shades of Fiji Green #517A0C
Tints of Fiji Green #517A0C
RGB
CMYK
RGB Variations
Color information
#517A0C (or 0x517A0C) is known color: Fiji Green. HEX triplet: 51, 7A and 0C. RGB value is (81,122,12). Sum of RGB (Red+Green+Blue) = 81+122+12=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #517A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517A0C is #AE85F3. Grayscale: #616161. Windows color (decimal): -11437556 or 817745. OLE color: 817745.
HSL color Cylindrical-coordinate representation of color #517A0C: hue angle of 82.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #517A0C is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 12 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.52 |
| HSL | 82.36º | 0.82% | 0.26% | - |
| HSV(B) | 82.36º | 0.9% | 0.48% | - |
| XYZ | 10.42 | 15.69 | 2.83 | - |
| YUV | 97.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 12 | 0.34 | 0 | 0.90 | 0.52 | 82.36 | 0.82 | 0.26 |
| Hex | 51 | 7A | C | 22 | 0 | 5A | 34 | 52 | 52 | 1A |
| Octal | 121 | 172 | 14 | 42 | 0 | 132 | 64 | 122 | 122 | 32 |
| Binary | 1010001 | 1111010 | 1100 | 100010 | 0 | 1011010 | 110100 | 1010010 | 1010010 | 11010 |
Color Harmonies of #517A0C
Complementary color
Monochromatic Colors of #517A0C
Black with #517A0C
Text Example
Text Example
White with #517A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A0C; }
p { color: rgb(81,122,12); }
H1.HeaderClassName
{
color: #517A0C;
}
.AnyTagClassName
{
color: #517A0C;
}
</style>
background-color css
<style>
a { background-color: #517A0C; }
a { background-color: rgb(81,122,12); }
div.DivClassName
{
background-color: #517A0C;
}
.BgClassName
{
background-color: #517A0C;
}
</style>
border-color css
<style>
span { border-color: #517A0C; }
span { border-color: rgb(81,122,12); }
td.TdClassName
{
border-color: #517A0C;
}
.TagClassName
{
border-color: #517A0C;
}
</style>