Shades of Fiji Green #57740A
Tints of Fiji Green #57740A
RGB
CMYK
RGB Variations
Color information
#57740A (or 0x57740A) is known color: Fiji Green. HEX triplet: 57, 74 and 0A. RGB value is (87,116,10). Sum of RGB (Red+Green+Blue) = 87+116+10=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #57740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57740A is #A88BF5. Grayscale: #5F5F5F. Windows color (decimal): -11045878 or 685143. OLE color: 685143.
HSL color Cylindrical-coordinate representation of color #57740A: hue angle of 76.42º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57740A is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 116 | 10 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.55 |
| HSL | 76.42º | 0.84% | 0.25% | - |
| HSV(B) | 76.42º | 0.91% | 0.45% | - |
| XYZ | 10.23 | 14.54 | 2.55 | - |
| YUV | 95.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 10 | 0.25 | 0 | 0.91 | 0.55 | 76.42 | 0.84 | 0.25 |
| Hex | 57 | 74 | A | 19 | 0 | 5B | 37 | 4C | 54 | 19 |
| Octal | 127 | 164 | 12 | 31 | 0 | 133 | 67 | 114 | 124 | 31 |
| Binary | 1010111 | 1110100 | 1010 | 11001 | 0 | 1011011 | 110111 | 1001100 | 1010100 | 11001 |
Color Harmonies of #57740A
Complementary color
Monochromatic Colors of #57740A
Black with #57740A
Text Example
Text Example
White with #57740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57740A; }
p { color: rgb(87,116,10); }
H1.HeaderClassName
{
color: #57740A;
}
.AnyTagClassName
{
color: #57740A;
}
</style>
background-color css
<style>
a { background-color: #57740A; }
a { background-color: rgb(87,116,10); }
div.DivClassName
{
background-color: #57740A;
}
.BgClassName
{
background-color: #57740A;
}
</style>
border-color css
<style>
span { border-color: #57740A; }
span { border-color: rgb(87,116,10); }
td.TdClassName
{
border-color: #57740A;
}
.TagClassName
{
border-color: #57740A;
}
</style>