Shades of Fiji Green #56690A
Tints of Fiji Green #56690A
RGB
CMYK
RGB Variations
Color information
#56690A (or 0x56690A) is known color: Fiji Green. HEX triplet: 56, 69 and 0A. RGB value is (86,105,10). Sum of RGB (Red+Green+Blue) = 86+105+10=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #56690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56690A is #A996F5. Grayscale: #585858. Windows color (decimal): -11114230 or 682326. OLE color: 682326.
HSL color Cylindrical-coordinate representation of color #56690A: hue angle of 72º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56690A is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 10 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.59 |
| HSL | 72º | 0.83% | 0.23% | - |
| HSV(B) | 72º | 0.9% | 0.41% | - |
| XYZ | 8.94 | 12.1 | 2.15 | - |
| YUV | 88.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 10 | 0.18 | 0 | 0.90 | 0.59 | 72 | 0.83 | 0.23 |
| Hex | 56 | 69 | A | 12 | 0 | 5A | 3B | 48 | 53 | 17 |
| Octal | 126 | 151 | 12 | 22 | 0 | 132 | 73 | 110 | 123 | 27 |
| Binary | 1010110 | 1101001 | 1010 | 10010 | 0 | 1011010 | 111011 | 1001000 | 1010011 | 10111 |
Color Harmonies of #56690A
Complementary color
Monochromatic Colors of #56690A
Black with #56690A
Text Example
Text Example
White with #56690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56690A; }
p { color: rgb(86,105,10); }
H1.HeaderClassName
{
color: #56690A;
}
.AnyTagClassName
{
color: #56690A;
}
</style>
background-color css
<style>
a { background-color: #56690A; }
a { background-color: rgb(86,105,10); }
div.DivClassName
{
background-color: #56690A;
}
.BgClassName
{
background-color: #56690A;
}
</style>
border-color css
<style>
span { border-color: #56690A; }
span { border-color: rgb(86,105,10); }
td.TdClassName
{
border-color: #56690A;
}
.TagClassName
{
border-color: #56690A;
}
</style>