Shades of Fiji Green #5C781B
Tints of Fiji Green #5C781B
RGB
CMYK
RGB Variations
Color information
#5C781B (or 0x5C781B) is known color: Fiji Green. HEX triplet: 5C, 78 and 1B. RGB value is (92,120,27). Sum of RGB (Red+Green+Blue) = 92+120+27=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #5C781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C781B is #A387E4. Grayscale: #656565. Windows color (decimal): -10717157 or 1800284. OLE color: 1800284.
HSL color Cylindrical-coordinate representation of color #5C781B: hue angle of 78.06º degrees, saturation: 0.63, 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 #5C781B is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 27 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.53 |
| HSL | 78.06º | 0.63% | 0.29% | - |
| HSV(B) | 78.06º | 0.78% | 0.47% | - |
| XYZ | 11.33 | 15.79 | 3.49 | - |
| YUV | 101.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 27 | 0.23 | 0 | 0.78 | 0.53 | 78.06 | 0.63 | 0.29 |
| Hex | 5C | 78 | 1B | 17 | 0 | 4E | 35 | 4E | 3F | 1D |
| Octal | 134 | 170 | 33 | 27 | 0 | 116 | 65 | 116 | 77 | 35 |
| Binary | 1011100 | 1111000 | 11011 | 10111 | 0 | 1001110 | 110101 | 1001110 | 111111 | 11101 |
Color Harmonies of #5C781B
Complementary color
Monochromatic Colors of #5C781B
Black with #5C781B
Text Example
Text Example
White with #5C781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C781B; }
p { color: rgb(92,120,27); }
H1.HeaderClassName
{
color: #5C781B;
}
.AnyTagClassName
{
color: #5C781B;
}
</style>
background-color css
<style>
a { background-color: #5C781B; }
a { background-color: rgb(92,120,27); }
div.DivClassName
{
background-color: #5C781B;
}
.BgClassName
{
background-color: #5C781B;
}
</style>
border-color css
<style>
span { border-color: #5C781B; }
span { border-color: rgb(92,120,27); }
td.TdClassName
{
border-color: #5C781B;
}
.TagClassName
{
border-color: #5C781B;
}
</style>