Shades of Fiji Green #5C781A
Tints of Fiji Green #5C781A
RGB
CMYK
RGB Variations
Color information
#5C781A (or 0x5C781A) is known color: Fiji Green. HEX triplet: 5C, 78 and 1A. RGB value is (92,120,26). Sum of RGB (Red+Green+Blue) = 92+120+26=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #5C781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C781A is #A387E5. Grayscale: #656565. Windows color (decimal): -10717158 or 1734748. OLE color: 1734748.
HSL color Cylindrical-coordinate representation of color #5C781A: hue angle of 77.87º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C781A is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 26 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.53 |
| HSL | 77.87º | 0.64% | 0.29% | - |
| HSV(B) | 77.87º | 0.78% | 0.47% | - |
| XYZ | 11.32 | 15.78 | 3.43 | - |
| YUV | 100.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 26 | 0.23 | 0 | 0.78 | 0.53 | 77.87 | 0.64 | 0.29 |
| Hex | 5C | 78 | 1A | 17 | 0 | 4E | 35 | 4E | 40 | 1D |
| Octal | 134 | 170 | 32 | 27 | 0 | 116 | 65 | 116 | 100 | 35 |
| Binary | 1011100 | 1111000 | 11010 | 10111 | 0 | 1001110 | 110101 | 1001110 | 1000000 | 11101 |
Color Harmonies of #5C781A
Complementary color
Monochromatic Colors of #5C781A
Black with #5C781A
Text Example
Text Example
White with #5C781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C781A; }
p { color: rgb(92,120,26); }
H1.HeaderClassName
{
color: #5C781A;
}
.AnyTagClassName
{
color: #5C781A;
}
</style>
background-color css
<style>
a { background-color: #5C781A; }
a { background-color: rgb(92,120,26); }
div.DivClassName
{
background-color: #5C781A;
}
.BgClassName
{
background-color: #5C781A;
}
</style>
border-color css
<style>
span { border-color: #5C781A; }
span { border-color: rgb(92,120,26); }
td.TdClassName
{
border-color: #5C781A;
}
.TagClassName
{
border-color: #5C781A;
}
</style>