Shades of Fiji Green #5F781C
Tints of Fiji Green #5F781C
RGB
CMYK
RGB Variations
Color information
#5F781C (or 0x5F781C) is known color: Fiji Green. HEX triplet: 5F, 78 and 1C. RGB value is (95,120,28). Sum of RGB (Red+Green+Blue) = 95+120+28=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #5F781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F781C is #A087E3. Grayscale: #666666. Windows color (decimal): -10520548 or 1865823. OLE color: 1865823.
HSL color Cylindrical-coordinate representation of color #5F781C: hue angle of 76.3º 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 #5F781C is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 28 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.53 |
| HSL | 76.3º | 0.62% | 0.29% | - |
| HSV(B) | 76.3º | 0.77% | 0.47% | - |
| XYZ | 11.65 | 15.95 | 3.56 | - |
| YUV | 102.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 28 | 0.21 | 0 | 0.77 | 0.53 | 76.3 | 0.62 | 0.29 |
| Hex | 5F | 78 | 1C | 15 | 0 | 4D | 35 | 4C | 3E | 1D |
| Octal | 137 | 170 | 34 | 25 | 0 | 115 | 65 | 114 | 76 | 35 |
| Binary | 1011111 | 1111000 | 11100 | 10101 | 0 | 1001101 | 110101 | 1001100 | 111110 | 11101 |
Color Harmonies of #5F781C
Complementary color
Monochromatic Colors of #5F781C
Black with #5F781C
Text Example
Text Example
White with #5F781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F781C; }
p { color: rgb(95,120,28); }
H1.HeaderClassName
{
color: #5F781C;
}
.AnyTagClassName
{
color: #5F781C;
}
</style>
background-color css
<style>
a { background-color: #5F781C; }
a { background-color: rgb(95,120,28); }
div.DivClassName
{
background-color: #5F781C;
}
.BgClassName
{
background-color: #5F781C;
}
</style>
border-color css
<style>
span { border-color: #5F781C; }
span { border-color: rgb(95,120,28); }
td.TdClassName
{
border-color: #5F781C;
}
.TagClassName
{
border-color: #5F781C;
}
</style>