Shades of Fiji Green #5D751E
Tints of Fiji Green #5D751E
RGB
CMYK
RGB Variations
Color information
#5D751E (or 0x5D751E) is known color: Fiji Green. HEX triplet: 5D, 75 and 1E. RGB value is (93,117,30). Sum of RGB (Red+Green+Blue) = 93+117+30=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #5D751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D751E is #A28AE1. Grayscale: #646464. Windows color (decimal): -10652386 or 1996125. OLE color: 1996125.
HSL color Cylindrical-coordinate representation of color #5D751E: hue angle of 76.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D751E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 30 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.54 |
| HSL | 76.55º | 0.59% | 0.29% | - |
| HSV(B) | 76.55º | 0.74% | 0.46% | - |
| XYZ | 11.11 | 15.14 | 3.57 | - |
| YUV | 99.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 30 | 0.21 | 0 | 0.74 | 0.54 | 76.55 | 0.59 | 0.29 |
| Hex | 5D | 75 | 1E | 15 | 0 | 4A | 36 | 4D | 3B | 1D |
| Octal | 135 | 165 | 36 | 25 | 0 | 112 | 66 | 115 | 73 | 35 |
| Binary | 1011101 | 1110101 | 11110 | 10101 | 0 | 1001010 | 110110 | 1001101 | 111011 | 11101 |
Color Harmonies of #5D751E
Complementary color
Monochromatic Colors of #5D751E
Black with #5D751E
Text Example
Text Example
White with #5D751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D751E; }
p { color: rgb(93,117,30); }
H1.HeaderClassName
{
color: #5D751E;
}
.AnyTagClassName
{
color: #5D751E;
}
</style>
background-color css
<style>
a { background-color: #5D751E; }
a { background-color: rgb(93,117,30); }
div.DivClassName
{
background-color: #5D751E;
}
.BgClassName
{
background-color: #5D751E;
}
</style>
border-color css
<style>
span { border-color: #5D751E; }
span { border-color: rgb(93,117,30); }
td.TdClassName
{
border-color: #5D751E;
}
.TagClassName
{
border-color: #5D751E;
}
</style>