Shades of Fiji Green #5D781B
Tints of Fiji Green #5D781B
RGB
CMYK
RGB Variations
Color information
#5D781B (or 0x5D781B) is known color: Fiji Green. HEX triplet: 5D, 78 and 1B. RGB value is (93,120,27). Sum of RGB (Red+Green+Blue) = 93+120+27=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #5D781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D781B is #A287E4. Grayscale: #656565. Windows color (decimal): -10651621 or 1800285. OLE color: 1800285.
HSL color Cylindrical-coordinate representation of color #5D781B: hue angle of 77.42º 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 #5D781B is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 27 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.53 |
| HSL | 77.42º | 0.63% | 0.29% | - |
| HSV(B) | 77.42º | 0.78% | 0.47% | - |
| XYZ | 11.43 | 15.84 | 3.49 | - |
| YUV | 101.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 27 | 0.22 | 0 | 0.78 | 0.53 | 77.42 | 0.63 | 0.29 |
| Hex | 5D | 78 | 1B | 16 | 0 | 4E | 35 | 4D | 3F | 1D |
| Octal | 135 | 170 | 33 | 26 | 0 | 116 | 65 | 115 | 77 | 35 |
| Binary | 1011101 | 1111000 | 11011 | 10110 | 0 | 1001110 | 110101 | 1001101 | 111111 | 11101 |
Color Harmonies of #5D781B
Complementary color
Monochromatic Colors of #5D781B
Black with #5D781B
Text Example
Text Example
White with #5D781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D781B; }
p { color: rgb(93,120,27); }
H1.HeaderClassName
{
color: #5D781B;
}
.AnyTagClassName
{
color: #5D781B;
}
</style>
background-color css
<style>
a { background-color: #5D781B; }
a { background-color: rgb(93,120,27); }
div.DivClassName
{
background-color: #5D781B;
}
.BgClassName
{
background-color: #5D781B;
}
</style>
border-color css
<style>
span { border-color: #5D781B; }
span { border-color: rgb(93,120,27); }
td.TdClassName
{
border-color: #5D781B;
}
.TagClassName
{
border-color: #5D781B;
}
</style>