Shades of Fiji Green #567500
Tints of Fiji Green #567500
RGB
CMYK
RGB Variations
Color information
#567500 (or 0x567500) is known color: Fiji Green. HEX triplet: 56, 75 and 00. RGB value is (86,117,0). Sum of RGB (Red+Green+Blue) = 86+117+0=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #567500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567500 is #A98AFF. Grayscale: #5E5E5E. Windows color (decimal): -11111168 or 30038. OLE color: 30038.
HSL color Cylindrical-coordinate representation of color #567500: hue angle of 75.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #567500 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.54 |
| HSL | 75.9º | 1% | 0.23% | - |
| HSV(B) | 75.9º | 1% | 0.46% | - |
| XYZ | 10.2 | 14.7 | 2.3 | - |
| YUV | 94.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 0 | 0.26 | 0 | 1 | 0.54 | 75.9 | 1 | 0.23 |
| Hex | 56 | 75 | 0 | 1A | 0 | 64 | 36 | 4C | 64 | 17 |
| Octal | 126 | 165 | 0 | 32 | 0 | 144 | 66 | 114 | 144 | 27 |
| Binary | 1010110 | 1110101 | 0 | 11010 | 0 | 1100100 | 110110 | 1001100 | 1100100 | 10111 |
Color Harmonies of #567500
Complementary color
Monochromatic Colors of #567500
Black with #567500
Text Example
Text Example
White with #567500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567500; }
p { color: rgb(86,117,0); }
H1.HeaderClassName
{
color: #567500;
}
.AnyTagClassName
{
color: #567500;
}
</style>
background-color css
<style>
a { background-color: #567500; }
a { background-color: rgb(86,117,0); }
div.DivClassName
{
background-color: #567500;
}
.BgClassName
{
background-color: #567500;
}
</style>
border-color css
<style>
span { border-color: #567500; }
span { border-color: rgb(86,117,0); }
td.TdClassName
{
border-color: #567500;
}
.TagClassName
{
border-color: #567500;
}
</style>