Shades of Fiji Green #5A751D
Tints of Fiji Green #5A751D
RGB
CMYK
RGB Variations
Color information
#5A751D (or 0x5A751D) is known color: Fiji Green. HEX triplet: 5A, 75 and 1D. RGB value is (90,117,29). Sum of RGB (Red+Green+Blue) = 90+117+29=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #5A751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A751D is #A58AE2. Grayscale: #636363. Windows color (decimal): -10848995 or 1930586. OLE color: 1930586.
HSL color Cylindrical-coordinate representation of color #5A751D: hue angle of 78.41º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A751D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 29 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.54 |
| HSL | 78.41º | 0.6% | 0.29% | - |
| HSV(B) | 78.41º | 0.75% | 0.46% | - |
| XYZ | 10.8 | 14.98 | 3.49 | - |
| YUV | 98.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 29 | 0.23 | 0 | 0.75 | 0.54 | 78.41 | 0.6 | 0.29 |
| Hex | 5A | 75 | 1D | 17 | 0 | 4B | 36 | 4E | 3C | 1D |
| Octal | 132 | 165 | 35 | 27 | 0 | 113 | 66 | 116 | 74 | 35 |
| Binary | 1011010 | 1110101 | 11101 | 10111 | 0 | 1001011 | 110110 | 1001110 | 111100 | 11101 |
Color Harmonies of #5A751D
Complementary color
Monochromatic Colors of #5A751D
Black with #5A751D
Text Example
Text Example
White with #5A751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A751D; }
p { color: rgb(90,117,29); }
H1.HeaderClassName
{
color: #5A751D;
}
.AnyTagClassName
{
color: #5A751D;
}
</style>
background-color css
<style>
a { background-color: #5A751D; }
a { background-color: rgb(90,117,29); }
div.DivClassName
{
background-color: #5A751D;
}
.BgClassName
{
background-color: #5A751D;
}
</style>
border-color css
<style>
span { border-color: #5A751D; }
span { border-color: rgb(90,117,29); }
td.TdClassName
{
border-color: #5A751D;
}
.TagClassName
{
border-color: #5A751D;
}
</style>