Shades of Fiji Green #5F780A
Tints of Fiji Green #5F780A
RGB
CMYK
RGB Variations
Color information
#5F780A (or 0x5F780A) is known color: Fiji Green. HEX triplet: 5F, 78 and 0A. RGB value is (95,120,10). Sum of RGB (Red+Green+Blue) = 95+120+10=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #5F780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F780A is #A087F5. Grayscale: #646464. Windows color (decimal): -10520566 or 686175. OLE color: 686175.
HSL color Cylindrical-coordinate representation of color #5F780A: hue angle of 73.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F780A is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 10 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.53 |
| HSL | 73.64º | 0.85% | 0.25% | - |
| HSV(B) | 73.64º | 0.92% | 0.47% | - |
| XYZ | 11.49 | 15.89 | 2.75 | - |
| YUV | 99.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 10 | 0.21 | 0 | 0.92 | 0.53 | 73.64 | 0.85 | 0.25 |
| Hex | 5F | 78 | A | 15 | 0 | 5C | 35 | 4A | 55 | 19 |
| Octal | 137 | 170 | 12 | 25 | 0 | 134 | 65 | 112 | 125 | 31 |
| Binary | 1011111 | 1111000 | 1010 | 10101 | 0 | 1011100 | 110101 | 1001010 | 1010101 | 11001 |
Color Harmonies of #5F780A
Complementary color
Monochromatic Colors of #5F780A
Black with #5F780A
Text Example
Text Example
White with #5F780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F780A; }
p { color: rgb(95,120,10); }
H1.HeaderClassName
{
color: #5F780A;
}
.AnyTagClassName
{
color: #5F780A;
}
</style>
background-color css
<style>
a { background-color: #5F780A; }
a { background-color: rgb(95,120,10); }
div.DivClassName
{
background-color: #5F780A;
}
.BgClassName
{
background-color: #5F780A;
}
</style>
border-color css
<style>
span { border-color: #5F780A; }
span { border-color: rgb(95,120,10); }
td.TdClassName
{
border-color: #5F780A;
}
.TagClassName
{
border-color: #5F780A;
}
</style>