Shades of Fiji Green #567A01
Tints of Fiji Green #567A01
RGB
CMYK
RGB Variations
Color information
#567A01 (or 0x567A01) is known color: Fiji Green. HEX triplet: 56, 7A and 01. RGB value is (86,122,1). Sum of RGB (Red+Green+Blue) = 86+122+1=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #567A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567A01 is #A985FE. Grayscale: #616161. Windows color (decimal): -11109887 or 96854. OLE color: 96854.
HSL color Cylindrical-coordinate representation of color #567A01: hue angle of 77.85º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #567A01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.52 |
| HSL | 77.85º | 0.98% | 0.24% | - |
| HSV(B) | 77.85º | 0.99% | 0.48% | - |
| XYZ | 10.8 | 15.9 | 2.53 | - |
| YUV | 97.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 1 | 0.30 | 0 | 0.99 | 0.52 | 77.85 | 0.98 | 0.24 |
| Hex | 56 | 7A | 1 | 1E | 0 | 63 | 34 | 4E | 62 | 18 |
| Octal | 126 | 172 | 1 | 36 | 0 | 143 | 64 | 116 | 142 | 30 |
| Binary | 1010110 | 1111010 | 1 | 11110 | 0 | 1100011 | 110100 | 1001110 | 1100010 | 11000 |
Color Harmonies of #567A01
Complementary color
Monochromatic Colors of #567A01
Black with #567A01
Text Example
Text Example
White with #567A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A01; }
p { color: rgb(86,122,1); }
H1.HeaderClassName
{
color: #567A01;
}
.AnyTagClassName
{
color: #567A01;
}
</style>
background-color css
<style>
a { background-color: #567A01; }
a { background-color: rgb(86,122,1); }
div.DivClassName
{
background-color: #567A01;
}
.BgClassName
{
background-color: #567A01;
}
</style>
border-color css
<style>
span { border-color: #567A01; }
span { border-color: rgb(86,122,1); }
td.TdClassName
{
border-color: #567A01;
}
.TagClassName
{
border-color: #567A01;
}
</style>