Shades of Fiji Green #5C781C
Tints of Fiji Green #5C781C
RGB
CMYK
RGB Variations
Color information
#5C781C (or 0x5C781C) is known color: Fiji Green. HEX triplet: 5C, 78 and 1C. RGB value is (92,120,28). Sum of RGB (Red+Green+Blue) = 92+120+28=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #5C781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C781C is #A387E3. Grayscale: #656565. Windows color (decimal): -10717156 or 1865820. OLE color: 1865820.
HSL color Cylindrical-coordinate representation of color #5C781C: hue angle of 78.26º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C781C is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 28 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.53 |
| HSL | 78.26º | 0.62% | 0.29% | - |
| HSV(B) | 78.26º | 0.77% | 0.47% | - |
| XYZ | 11.34 | 15.79 | 3.55 | - |
| YUV | 101.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 28 | 0.23 | 0 | 0.77 | 0.53 | 78.26 | 0.62 | 0.29 |
| Hex | 5C | 78 | 1C | 17 | 0 | 4D | 35 | 4E | 3E | 1D |
| Octal | 134 | 170 | 34 | 27 | 0 | 115 | 65 | 116 | 76 | 35 |
| Binary | 1011100 | 1111000 | 11100 | 10111 | 0 | 1001101 | 110101 | 1001110 | 111110 | 11101 |
Color Harmonies of #5C781C
Complementary color
Monochromatic Colors of #5C781C
Black with #5C781C
Text Example
Text Example
White with #5C781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C781C; }
p { color: rgb(92,120,28); }
H1.HeaderClassName
{
color: #5C781C;
}
.AnyTagClassName
{
color: #5C781C;
}
</style>
background-color css
<style>
a { background-color: #5C781C; }
a { background-color: rgb(92,120,28); }
div.DivClassName
{
background-color: #5C781C;
}
.BgClassName
{
background-color: #5C781C;
}
</style>
border-color css
<style>
span { border-color: #5C781C; }
span { border-color: rgb(92,120,28); }
td.TdClassName
{
border-color: #5C781C;
}
.TagClassName
{
border-color: #5C781C;
}
</style>