Shades of Fiji Green #5D751C
Tints of Fiji Green #5D751C
RGB
CMYK
RGB Variations
Color information
#5D751C (or 0x5D751C) is known color: Fiji Green. HEX triplet: 5D, 75 and 1C. RGB value is (93,117,28). Sum of RGB (Red+Green+Blue) = 93+117+28=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #5D751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D751C is #A28AE3. Grayscale: #646464. Windows color (decimal): -10652388 or 1865053. OLE color: 1865053.
HSL color Cylindrical-coordinate representation of color #5D751C: hue angle of 76.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D751C is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 28 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.54 |
| HSL | 76.18º | 0.61% | 0.28% | - |
| HSV(B) | 76.18º | 0.76% | 0.46% | - |
| XYZ | 11.09 | 15.13 | 3.44 | - |
| YUV | 99.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 28 | 0.21 | 0 | 0.76 | 0.54 | 76.18 | 0.61 | 0.28 |
| Hex | 5D | 75 | 1C | 15 | 0 | 4C | 36 | 4C | 3D | 1C |
| Octal | 135 | 165 | 34 | 25 | 0 | 114 | 66 | 114 | 75 | 34 |
| Binary | 1011101 | 1110101 | 11100 | 10101 | 0 | 1001100 | 110110 | 1001100 | 111101 | 11100 |
Color Harmonies of #5D751C
Complementary color
Monochromatic Colors of #5D751C
Black with #5D751C
Text Example
Text Example
White with #5D751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D751C; }
p { color: rgb(93,117,28); }
H1.HeaderClassName
{
color: #5D751C;
}
.AnyTagClassName
{
color: #5D751C;
}
</style>
background-color css
<style>
a { background-color: #5D751C; }
a { background-color: rgb(93,117,28); }
div.DivClassName
{
background-color: #5D751C;
}
.BgClassName
{
background-color: #5D751C;
}
</style>
border-color css
<style>
span { border-color: #5D751C; }
span { border-color: rgb(93,117,28); }
td.TdClassName
{
border-color: #5D751C;
}
.TagClassName
{
border-color: #5D751C;
}
</style>