Shades of Fiji Green #5C771D
Tints of Fiji Green #5C771D
RGB
CMYK
RGB Variations
Color information
#5C771D (or 0x5C771D) is known color: Fiji Green. HEX triplet: 5C, 77 and 1D. RGB value is (92,119,29). Sum of RGB (Red+Green+Blue) = 92+119+29=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #5C771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C771D is #A388E2. Grayscale: #646464. Windows color (decimal): -10717411 or 1931100. OLE color: 1931100.
HSL color Cylindrical-coordinate representation of color #5C771D: hue angle of 78º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C771D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 29 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.53 |
| HSL | 78º | 0.61% | 0.29% | - |
| HSV(B) | 78º | 0.76% | 0.47% | - |
| XYZ | 11.23 | 15.56 | 3.57 | - |
| YUV | 100.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 29 | 0.23 | 0 | 0.76 | 0.53 | 78 | 0.61 | 0.29 |
| Hex | 5C | 77 | 1D | 17 | 0 | 4C | 35 | 4E | 3D | 1D |
| Octal | 134 | 167 | 35 | 27 | 0 | 114 | 65 | 116 | 75 | 35 |
| Binary | 1011100 | 1110111 | 11101 | 10111 | 0 | 1001100 | 110101 | 1001110 | 111101 | 11101 |
Color Harmonies of #5C771D
Complementary color
Monochromatic Colors of #5C771D
Black with #5C771D
Text Example
Text Example
White with #5C771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C771D; }
p { color: rgb(92,119,29); }
H1.HeaderClassName
{
color: #5C771D;
}
.AnyTagClassName
{
color: #5C771D;
}
</style>
background-color css
<style>
a { background-color: #5C771D; }
a { background-color: rgb(92,119,29); }
div.DivClassName
{
background-color: #5C771D;
}
.BgClassName
{
background-color: #5C771D;
}
</style>
border-color css
<style>
span { border-color: #5C771D; }
span { border-color: rgb(92,119,29); }
td.TdClassName
{
border-color: #5C771D;
}
.TagClassName
{
border-color: #5C771D;
}
</style>