Shades of Fiji Green #5D771C
Tints of Fiji Green #5D771C
RGB
CMYK
RGB Variations
Color information
#5D771C (or 0x5D771C) is known color: Fiji Green. HEX triplet: 5D, 77 and 1C. RGB value is (93,119,28). Sum of RGB (Red+Green+Blue) = 93+119+28=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #5D771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D771C is #A288E3. Grayscale: #656565. Windows color (decimal): -10651876 or 1865565. OLE color: 1865565.
HSL color Cylindrical-coordinate representation of color #5D771C: hue angle of 77.14º degrees, saturation: 0.62, 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 #5D771C is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 28 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.53 |
| HSL | 77.14º | 0.62% | 0.29% | - |
| HSV(B) | 77.14º | 0.76% | 0.47% | - |
| XYZ | 11.32 | 15.6 | 3.51 | - |
| YUV | 100.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 28 | 0.22 | 0 | 0.76 | 0.53 | 77.14 | 0.62 | 0.29 |
| Hex | 5D | 77 | 1C | 16 | 0 | 4C | 35 | 4D | 3E | 1D |
| Octal | 135 | 167 | 34 | 26 | 0 | 114 | 65 | 115 | 76 | 35 |
| Binary | 1011101 | 1110111 | 11100 | 10110 | 0 | 1001100 | 110101 | 1001101 | 111110 | 11101 |
Color Harmonies of #5D771C
Complementary color
Monochromatic Colors of #5D771C
Black with #5D771C
Text Example
Text Example
White with #5D771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D771C; }
p { color: rgb(93,119,28); }
H1.HeaderClassName
{
color: #5D771C;
}
.AnyTagClassName
{
color: #5D771C;
}
</style>
background-color css
<style>
a { background-color: #5D771C; }
a { background-color: rgb(93,119,28); }
div.DivClassName
{
background-color: #5D771C;
}
.BgClassName
{
background-color: #5D771C;
}
</style>
border-color css
<style>
span { border-color: #5D771C; }
span { border-color: rgb(93,119,28); }
td.TdClassName
{
border-color: #5D771C;
}
.TagClassName
{
border-color: #5D771C;
}
</style>