Shades of Fiji Green #5C750F
Tints of Fiji Green #5C750F
RGB
CMYK
RGB Variations
Color information
#5C750F (or 0x5C750F) is known color: Fiji Green. HEX triplet: 5C, 75 and 0F. RGB value is (92,117,15). Sum of RGB (Red+Green+Blue) = 92+117+15=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #5C750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C750F is #A38AF0. Grayscale: #626262. Windows color (decimal): -10717937 or 1013084. OLE color: 1013084.
HSL color Cylindrical-coordinate representation of color #5C750F: hue angle of 74.71º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C750F is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 15 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.54 |
| HSL | 74.71º | 0.77% | 0.26% | - |
| HSV(B) | 74.71º | 0.87% | 0.46% | - |
| XYZ | 10.86 | 15.03 | 2.78 | - |
| YUV | 97.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 15 | 0.21 | 0 | 0.87 | 0.54 | 74.71 | 0.77 | 0.26 |
| Hex | 5C | 75 | F | 15 | 0 | 57 | 36 | 4B | 4D | 1A |
| Octal | 134 | 165 | 17 | 25 | 0 | 127 | 66 | 113 | 115 | 32 |
| Binary | 1011100 | 1110101 | 1111 | 10101 | 0 | 1010111 | 110110 | 1001011 | 1001101 | 11010 |
Color Harmonies of #5C750F
Complementary color
Monochromatic Colors of #5C750F
Black with #5C750F
Text Example
Text Example
White with #5C750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C750F; }
p { color: rgb(92,117,15); }
H1.HeaderClassName
{
color: #5C750F;
}
.AnyTagClassName
{
color: #5C750F;
}
</style>
background-color css
<style>
a { background-color: #5C750F; }
a { background-color: rgb(92,117,15); }
div.DivClassName
{
background-color: #5C750F;
}
.BgClassName
{
background-color: #5C750F;
}
</style>
border-color css
<style>
span { border-color: #5C750F; }
span { border-color: rgb(92,117,15); }
td.TdClassName
{
border-color: #5C750F;
}
.TagClassName
{
border-color: #5C750F;
}
</style>