Shades of Fiji Green #567C01
Tints of Fiji Green #567C01
RGB
CMYK
RGB Variations
Color information
#567C01 (or 0x567C01) is known color: Fiji Green. HEX triplet: 56, 7C and 01. RGB value is (86,124,1). Sum of RGB (Red+Green+Blue) = 86+124+1=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #567C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567C01 is #A983FE. Grayscale: #636363. Windows color (decimal): -11109375 or 97366. OLE color: 97366.
HSL color Cylindrical-coordinate representation of color #567C01: hue angle of 78.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #567C01 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 124 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.51 |
| HSL | 78.54º | 0.98% | 0.25% | - |
| HSV(B) | 78.54º | 0.99% | 0.49% | - |
| XYZ | 11.05 | 16.4 | 2.61 | - |
| YUV | 98.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 1 | 0.31 | 0 | 0.99 | 0.51 | 78.54 | 0.98 | 0.25 |
| Hex | 56 | 7C | 1 | 1F | 0 | 63 | 33 | 4F | 62 | 19 |
| Octal | 126 | 174 | 1 | 37 | 0 | 143 | 63 | 117 | 142 | 31 |
| Binary | 1010110 | 1111100 | 1 | 11111 | 0 | 1100011 | 110011 | 1001111 | 1100010 | 11001 |
Color Harmonies of #567C01
Complementary color
Monochromatic Colors of #567C01
Black with #567C01
Text Example
Text Example
White with #567C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C01; }
p { color: rgb(86,124,1); }
H1.HeaderClassName
{
color: #567C01;
}
.AnyTagClassName
{
color: #567C01;
}
</style>
background-color css
<style>
a { background-color: #567C01; }
a { background-color: rgb(86,124,1); }
div.DivClassName
{
background-color: #567C01;
}
.BgClassName
{
background-color: #567C01;
}
</style>
border-color css
<style>
span { border-color: #567C01; }
span { border-color: rgb(86,124,1); }
td.TdClassName
{
border-color: #567C01;
}
.TagClassName
{
border-color: #567C01;
}
</style>