Shades of Fiji Green #567D13
Tints of Fiji Green #567D13
RGB
CMYK
RGB Variations
Color information
#567D13 (or 0x567D13) is known color: Fiji Green. HEX triplet: 56, 7D and 13. RGB value is (86,125,19). Sum of RGB (Red+Green+Blue) = 86+125+19=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 125 (49.22% from 255 or 54.35% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 125 - color contains mainly: green. Hex color #567D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567D13 is #A982EC. Grayscale: #656565. Windows color (decimal): -11109101 or 1277270. OLE color: 1277270.
HSL color Cylindrical-coordinate representation of color #567D13: hue angle of 82.08º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #567D13 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 19 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.51 |
| HSL | 82.08º | 0.74% | 0.28% | - |
| HSV(B) | 82.08º | 0.85% | 0.49% | - |
| XYZ | 11.29 | 16.69 | 3.24 | - |
| YUV | 101.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 19 | 0.31 | 0 | 0.85 | 0.51 | 82.08 | 0.74 | 0.28 |
| Hex | 56 | 7D | 13 | 1F | 0 | 55 | 33 | 52 | 4A | 1C |
| Octal | 126 | 175 | 23 | 37 | 0 | 125 | 63 | 122 | 112 | 34 |
| Binary | 1010110 | 1111101 | 10011 | 11111 | 0 | 1010101 | 110011 | 1010010 | 1001010 | 11100 |
Color Harmonies of #567D13
Complementary color
Monochromatic Colors of #567D13
Black with #567D13
Text Example
Text Example
White with #567D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D13; }
p { color: rgb(86,125,19); }
H1.HeaderClassName
{
color: #567D13;
}
.AnyTagClassName
{
color: #567D13;
}
</style>
background-color css
<style>
a { background-color: #567D13; }
a { background-color: rgb(86,125,19); }
div.DivClassName
{
background-color: #567D13;
}
.BgClassName
{
background-color: #567D13;
}
</style>
border-color css
<style>
span { border-color: #567D13; }
span { border-color: rgb(86,125,19); }
td.TdClassName
{
border-color: #567D13;
}
.TagClassName
{
border-color: #567D13;
}
</style>