Shades of Fiji Green #57660C
Tints of Fiji Green #57660C
RGB
CMYK
RGB Variations
Color information
#57660C (or 0x57660C) is known color: Fiji Green. HEX triplet: 57, 66 and 0C. RGB value is (87,102,12). Sum of RGB (Red+Green+Blue) = 87+102+12=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #57660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57660C is #A899F3. Grayscale: #575757. Windows color (decimal): -11049460 or 812631. OLE color: 812631.
HSL color Cylindrical-coordinate representation of color #57660C: hue angle of 70º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57660C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 12 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.6 |
| HSL | 70º | 0.79% | 0.22% | - |
| HSV(B) | 70º | 0.88% | 0.4% | - |
| XYZ | 8.75 | 11.56 | 2.12 | - |
| YUV | 87.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 12 | 0.15 | 0 | 0.88 | 0.6 | 70 | 0.79 | 0.22 |
| Hex | 57 | 66 | C | F | 0 | 58 | 3C | 46 | 4F | 16 |
| Octal | 127 | 146 | 14 | 17 | 0 | 130 | 74 | 106 | 117 | 26 |
| Binary | 1010111 | 1100110 | 1100 | 1111 | 0 | 1011000 | 111100 | 1000110 | 1001111 | 10110 |
Color Harmonies of #57660C
Complementary color
Monochromatic Colors of #57660C
Black with #57660C
Text Example
Text Example
White with #57660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57660C; }
p { color: rgb(87,102,12); }
H1.HeaderClassName
{
color: #57660C;
}
.AnyTagClassName
{
color: #57660C;
}
</style>
background-color css
<style>
a { background-color: #57660C; }
a { background-color: rgb(87,102,12); }
div.DivClassName
{
background-color: #57660C;
}
.BgClassName
{
background-color: #57660C;
}
</style>
border-color css
<style>
span { border-color: #57660C; }
span { border-color: rgb(87,102,12); }
td.TdClassName
{
border-color: #57660C;
}
.TagClassName
{
border-color: #57660C;
}
</style>