Shades of Fiji Green #617C0B
Tints of Fiji Green #617C0B
RGB
CMYK
RGB Variations
Color information
#617C0B (or 0x617C0B) is known color: Fiji Green. HEX triplet: 61, 7C and 0B. RGB value is (97,124,11). Sum of RGB (Red+Green+Blue) = 97+124+11=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #617C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C0B is #9E83F4. Grayscale: #676767. Windows color (decimal): -10388469 or 752737. OLE color: 752737.
HSL color Cylindrical-coordinate representation of color #617C0B: hue angle of 74.34º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #617C0B is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 11 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.51 |
| HSL | 74.34º | 0.84% | 0.26% | - |
| HSV(B) | 74.34º | 0.91% | 0.49% | - |
| XYZ | 12.2 | 16.98 | 2.95 | - |
| YUV | 103.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 11 | 0.22 | 0 | 0.91 | 0.51 | 74.34 | 0.84 | 0.26 |
| Hex | 61 | 7C | B | 16 | 0 | 5B | 33 | 4A | 54 | 1A |
| Octal | 141 | 174 | 13 | 26 | 0 | 133 | 63 | 112 | 124 | 32 |
| Binary | 1100001 | 1111100 | 1011 | 10110 | 0 | 1011011 | 110011 | 1001010 | 1010100 | 11010 |
Color Harmonies of #617C0B
Complementary color
Monochromatic Colors of #617C0B
Black with #617C0B
Text Example
Text Example
White with #617C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C0B; }
p { color: rgb(97,124,11); }
H1.HeaderClassName
{
color: #617C0B;
}
.AnyTagClassName
{
color: #617C0B;
}
</style>
background-color css
<style>
a { background-color: #617C0B; }
a { background-color: rgb(97,124,11); }
div.DivClassName
{
background-color: #617C0B;
}
.BgClassName
{
background-color: #617C0B;
}
</style>
border-color css
<style>
span { border-color: #617C0B; }
span { border-color: rgb(97,124,11); }
td.TdClassName
{
border-color: #617C0B;
}
.TagClassName
{
border-color: #617C0B;
}
</style>