Shades of Fiji Green #5D760A
Tints of Fiji Green #5D760A
RGB
CMYK
RGB Variations
Color information
#5D760A (or 0x5D760A) is known color: Fiji Green. HEX triplet: 5D, 76 and 0A. RGB value is (93,118,10). Sum of RGB (Red+Green+Blue) = 93+118+10=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #5D760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D760A is #A289F5. Grayscale: #626262. Windows color (decimal): -10652150 or 685661. OLE color: 685661.
HSL color Cylindrical-coordinate representation of color #5D760A: hue angle of 73.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D760A is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 10 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.54 |
| HSL | 73.89º | 0.84% | 0.25% | - |
| HSV(B) | 73.89º | 0.92% | 0.46% | - |
| XYZ | 11.05 | 15.31 | 2.66 | - |
| YUV | 98.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 10 | 0.21 | 0 | 0.92 | 0.54 | 73.89 | 0.84 | 0.25 |
| Hex | 5D | 76 | A | 15 | 0 | 5C | 36 | 4A | 54 | 19 |
| Octal | 135 | 166 | 12 | 25 | 0 | 134 | 66 | 112 | 124 | 31 |
| Binary | 1011101 | 1110110 | 1010 | 10101 | 0 | 1011100 | 110110 | 1001010 | 1010100 | 11001 |
Color Harmonies of #5D760A
Complementary color
Monochromatic Colors of #5D760A
Black with #5D760A
Text Example
Text Example
White with #5D760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D760A; }
p { color: rgb(93,118,10); }
H1.HeaderClassName
{
color: #5D760A;
}
.AnyTagClassName
{
color: #5D760A;
}
</style>
background-color css
<style>
a { background-color: #5D760A; }
a { background-color: rgb(93,118,10); }
div.DivClassName
{
background-color: #5D760A;
}
.BgClassName
{
background-color: #5D760A;
}
</style>
border-color css
<style>
span { border-color: #5D760A; }
span { border-color: rgb(93,118,10); }
td.TdClassName
{
border-color: #5D760A;
}
.TagClassName
{
border-color: #5D760A;
}
</style>