Shades of Fiji Green #5C771F
Tints of Fiji Green #5C771F
RGB
CMYK
RGB Variations
Color information
#5C771F (or 0x5C771F) is known color: Fiji Green. HEX triplet: 5C, 77 and 1F. RGB value is (92,119,31). Sum of RGB (Red+Green+Blue) = 92+119+31=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #5C771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C771F is #A388E0. Grayscale: #656565. Windows color (decimal): -10717409 or 2062172. OLE color: 2062172.
HSL color Cylindrical-coordinate representation of color #5C771F: hue angle of 78.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C771F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 31 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.53 |
| HSL | 78.41º | 0.59% | 0.29% | - |
| HSV(B) | 78.41º | 0.74% | 0.47% | - |
| XYZ | 11.26 | 15.57 | 3.71 | - |
| YUV | 100.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 31 | 0.23 | 0 | 0.74 | 0.53 | 78.41 | 0.59 | 0.29 |
| Hex | 5C | 77 | 1F | 17 | 0 | 4A | 35 | 4E | 3B | 1D |
| Octal | 134 | 167 | 37 | 27 | 0 | 112 | 65 | 116 | 73 | 35 |
| Binary | 1011100 | 1110111 | 11111 | 10111 | 0 | 1001010 | 110101 | 1001110 | 111011 | 11101 |
Color Harmonies of #5C771F
Complementary color
Monochromatic Colors of #5C771F
Black with #5C771F
Text Example
Text Example
White with #5C771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C771F; }
p { color: rgb(92,119,31); }
H1.HeaderClassName
{
color: #5C771F;
}
.AnyTagClassName
{
color: #5C771F;
}
</style>
background-color css
<style>
a { background-color: #5C771F; }
a { background-color: rgb(92,119,31); }
div.DivClassName
{
background-color: #5C771F;
}
.BgClassName
{
background-color: #5C771F;
}
</style>
border-color css
<style>
span { border-color: #5C771F; }
span { border-color: rgb(92,119,31); }
td.TdClassName
{
border-color: #5C771F;
}
.TagClassName
{
border-color: #5C771F;
}
</style>