Shades of Fiji Green #567C14
Tints of Fiji Green #567C14
RGB
CMYK
RGB Variations
Color information
#567C14 (or 0x567C14) is known color: Fiji Green. HEX triplet: 56, 7C and 14. RGB value is (86,124,20). Sum of RGB (Red+Green+Blue) = 86+124+20=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #567C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567C14 is #A983EB. Grayscale: #656565. Windows color (decimal): -11109356 or 1342550. OLE color: 1342550.
HSL color Cylindrical-coordinate representation of color #567C14: hue angle of 81.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #567C14 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 124 | 20 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.51 |
| HSL | 81.92º | 0.72% | 0.28% | - |
| HSV(B) | 81.92º | 0.84% | 0.49% | - |
| XYZ | 11.17 | 16.44 | 3.25 | - |
| YUV | 100.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 20 | 0.31 | 0 | 0.84 | 0.51 | 81.92 | 0.72 | 0.28 |
| Hex | 56 | 7C | 14 | 1F | 0 | 54 | 33 | 52 | 48 | 1C |
| Octal | 126 | 174 | 24 | 37 | 0 | 124 | 63 | 122 | 110 | 34 |
| Binary | 1010110 | 1111100 | 10100 | 11111 | 0 | 1010100 | 110011 | 1010010 | 1001000 | 11100 |
Color Harmonies of #567C14
Complementary color
Monochromatic Colors of #567C14
Black with #567C14
Text Example
Text Example
White with #567C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C14; }
p { color: rgb(86,124,20); }
H1.HeaderClassName
{
color: #567C14;
}
.AnyTagClassName
{
color: #567C14;
}
</style>
background-color css
<style>
a { background-color: #567C14; }
a { background-color: rgb(86,124,20); }
div.DivClassName
{
background-color: #567C14;
}
.BgClassName
{
background-color: #567C14;
}
</style>
border-color css
<style>
span { border-color: #567C14; }
span { border-color: rgb(86,124,20); }
td.TdClassName
{
border-color: #567C14;
}
.TagClassName
{
border-color: #567C14;
}
</style>