Shades of Fiji Green #567A0A
Tints of Fiji Green #567A0A
RGB
CMYK
RGB Variations
Color information
#567A0A (or 0x567A0A) is known color: Fiji Green. HEX triplet: 56, 7A and 0A. RGB value is (86,122,10). Sum of RGB (Red+Green+Blue) = 86+122+10=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #567A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567A0A is #A985F5. Grayscale: #626262. Windows color (decimal): -11109878 or 686678. OLE color: 686678.
HSL color Cylindrical-coordinate representation of color #567A0A: hue angle of 79.29º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #567A0A is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 10 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.52 |
| HSL | 79.29º | 0.85% | 0.26% | - |
| HSV(B) | 79.29º | 0.92% | 0.48% | - |
| XYZ | 10.85 | 15.92 | 2.79 | - |
| YUV | 98.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 10 | 0.30 | 0 | 0.92 | 0.52 | 79.29 | 0.85 | 0.26 |
| Hex | 56 | 7A | A | 1E | 0 | 5C | 34 | 4F | 55 | 1A |
| Octal | 126 | 172 | 12 | 36 | 0 | 134 | 64 | 117 | 125 | 32 |
| Binary | 1010110 | 1111010 | 1010 | 11110 | 0 | 1011100 | 110100 | 1001111 | 1010101 | 11010 |
Color Harmonies of #567A0A
Complementary color
Monochromatic Colors of #567A0A
Black with #567A0A
Text Example
Text Example
White with #567A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A0A; }
p { color: rgb(86,122,10); }
H1.HeaderClassName
{
color: #567A0A;
}
.AnyTagClassName
{
color: #567A0A;
}
</style>
background-color css
<style>
a { background-color: #567A0A; }
a { background-color: rgb(86,122,10); }
div.DivClassName
{
background-color: #567A0A;
}
.BgClassName
{
background-color: #567A0A;
}
</style>
border-color css
<style>
span { border-color: #567A0A; }
span { border-color: rgb(86,122,10); }
td.TdClassName
{
border-color: #567A0A;
}
.TagClassName
{
border-color: #567A0A;
}
</style>