Shades of Fiji Green #57721B
Tints of Fiji Green #57721B
RGB
CMYK
RGB Variations
Color information
#57721B (or 0x57721B) is known color: Fiji Green. HEX triplet: 57, 72 and 1B. RGB value is (87,114,27). Sum of RGB (Red+Green+Blue) = 87+114+27=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #57721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57721B is #A88DE4. Grayscale: #606060. Windows color (decimal): -11046373 or 1798743. OLE color: 1798743.
HSL color Cylindrical-coordinate representation of color #57721B: hue angle of 78.62º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57721B is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 27 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.55 |
| HSL | 78.62º | 0.62% | 0.28% | - |
| HSV(B) | 78.62º | 0.76% | 0.45% | - |
| XYZ | 10.15 | 14.14 | 3.23 | - |
| YUV | 96.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 27 | 0.24 | 0 | 0.76 | 0.55 | 78.62 | 0.62 | 0.28 |
| Hex | 57 | 72 | 1B | 18 | 0 | 4C | 37 | 4F | 3E | 1C |
| Octal | 127 | 162 | 33 | 30 | 0 | 114 | 67 | 117 | 76 | 34 |
| Binary | 1010111 | 1110010 | 11011 | 11000 | 0 | 1001100 | 110111 | 1001111 | 111110 | 11100 |
Color Harmonies of #57721B
Complementary color
Monochromatic Colors of #57721B
Black with #57721B
Text Example
Text Example
White with #57721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57721B; }
p { color: rgb(87,114,27); }
H1.HeaderClassName
{
color: #57721B;
}
.AnyTagClassName
{
color: #57721B;
}
</style>
background-color css
<style>
a { background-color: #57721B; }
a { background-color: rgb(87,114,27); }
div.DivClassName
{
background-color: #57721B;
}
.BgClassName
{
background-color: #57721B;
}
</style>
border-color css
<style>
span { border-color: #57721B; }
span { border-color: rgb(87,114,27); }
td.TdClassName
{
border-color: #57721B;
}
.TagClassName
{
border-color: #57721B;
}
</style>