Shades of Fiji Green #617E12
Tints of Fiji Green #617E12
RGB
CMYK
RGB Variations
Color information
#617E12 (or 0x617E12) is known color: Fiji Green. HEX triplet: 61, 7E and 12. RGB value is (97,126,18). Sum of RGB (Red+Green+Blue) = 97+126+18=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #617E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617E12 is #9E81ED. Grayscale: #696969. Windows color (decimal): -10387950 or 1212001. OLE color: 1212001.
HSL color Cylindrical-coordinate representation of color #617E12: hue angle of 76.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #617E12 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 18 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.51 |
| HSL | 76.11º | 0.75% | 0.28% | - |
| HSV(B) | 76.11º | 0.86% | 0.49% | - |
| XYZ | 12.5 | 17.51 | 3.29 | - |
| YUV | 105.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 18 | 0.23 | 0 | 0.86 | 0.51 | 76.11 | 0.75 | 0.28 |
| Hex | 61 | 7E | 12 | 17 | 0 | 56 | 33 | 4C | 4B | 1C |
| Octal | 141 | 176 | 22 | 27 | 0 | 126 | 63 | 114 | 113 | 34 |
| Binary | 1100001 | 1111110 | 10010 | 10111 | 0 | 1010110 | 110011 | 1001100 | 1001011 | 11100 |
Color Harmonies of #617E12
Complementary color
Monochromatic Colors of #617E12
Black with #617E12
Text Example
Text Example
White with #617E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E12; }
p { color: rgb(97,126,18); }
H1.HeaderClassName
{
color: #617E12;
}
.AnyTagClassName
{
color: #617E12;
}
</style>
background-color css
<style>
a { background-color: #617E12; }
a { background-color: rgb(97,126,18); }
div.DivClassName
{
background-color: #617E12;
}
.BgClassName
{
background-color: #617E12;
}
</style>
border-color css
<style>
span { border-color: #617E12; }
span { border-color: rgb(97,126,18); }
td.TdClassName
{
border-color: #617E12;
}
.TagClassName
{
border-color: #617E12;
}
</style>