Shades of Fiji Green #5D7612
Tints of Fiji Green #5D7612
RGB
CMYK
RGB Variations
Color information
#5D7612 (or 0x5D7612) is known color: Fiji Green. HEX triplet: 5D, 76 and 12. RGB value is (93,118,18). Sum of RGB (Red+Green+Blue) = 93+118+18=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7612 is #A289ED. Grayscale: #636363. Windows color (decimal): -10652142 or 1209949. OLE color: 1209949.
HSL color Cylindrical-coordinate representation of color #5D7612: hue angle of 75º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D7612 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 18 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.54 |
| HSL | 75º | 0.74% | 0.27% | - |
| HSV(B) | 75º | 0.85% | 0.46% | - |
| XYZ | 11.1 | 15.33 | 2.95 | - |
| YUV | 99.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 18 | 0.21 | 0 | 0.85 | 0.54 | 75 | 0.74 | 0.27 |
| Hex | 5D | 76 | 12 | 15 | 0 | 55 | 36 | 4B | 4A | 1B |
| Octal | 135 | 166 | 22 | 25 | 0 | 125 | 66 | 113 | 112 | 33 |
| Binary | 1011101 | 1110110 | 10010 | 10101 | 0 | 1010101 | 110110 | 1001011 | 1001010 | 11011 |
Color Harmonies of #5D7612
Complementary color
Monochromatic Colors of #5D7612
Black with #5D7612
Text Example
Text Example
White with #5D7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7612; }
p { color: rgb(93,118,18); }
H1.HeaderClassName
{
color: #5D7612;
}
.AnyTagClassName
{
color: #5D7612;
}
</style>
background-color css
<style>
a { background-color: #5D7612; }
a { background-color: rgb(93,118,18); }
div.DivClassName
{
background-color: #5D7612;
}
.BgClassName
{
background-color: #5D7612;
}
</style>
border-color css
<style>
span { border-color: #5D7612; }
span { border-color: rgb(93,118,18); }
td.TdClassName
{
border-color: #5D7612;
}
.TagClassName
{
border-color: #5D7612;
}
</style>