Shades of Fiji Green #617C23
Tints of Fiji Green #617C23
RGB
CMYK
RGB Variations
Color information
#617C23 (or 0x617C23) is known color: Fiji Green. HEX triplet: 61, 7C and 23. RGB value is (97,124,35). Sum of RGB (Red+Green+Blue) = 97+124+35=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #617C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C23 is #9E83DC. Grayscale: #6A6A6A. Windows color (decimal): -10388445 or 2325601. OLE color: 2325601.
HSL color Cylindrical-coordinate representation of color #617C23: hue angle of 78.2º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #617C23 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 35 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.51 |
| HSL | 78.2º | 0.56% | 0.31% | - |
| HSV(B) | 78.2º | 0.72% | 0.49% | - |
| XYZ | 12.44 | 17.08 | 4.23 | - |
| YUV | 105.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 35 | 0.22 | 0 | 0.72 | 0.51 | 78.2 | 0.56 | 0.31 |
| Hex | 61 | 7C | 23 | 16 | 0 | 48 | 33 | 4E | 38 | 1F |
| Octal | 141 | 174 | 43 | 26 | 0 | 110 | 63 | 116 | 70 | 37 |
| Binary | 1100001 | 1111100 | 100011 | 10110 | 0 | 1001000 | 110011 | 1001110 | 111000 | 11111 |
Color Harmonies of #617C23
Complementary color
Monochromatic Colors of #617C23
Black with #617C23
Text Example
Text Example
White with #617C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C23; }
p { color: rgb(97,124,35); }
H1.HeaderClassName
{
color: #617C23;
}
.AnyTagClassName
{
color: #617C23;
}
</style>
background-color css
<style>
a { background-color: #617C23; }
a { background-color: rgb(97,124,35); }
div.DivClassName
{
background-color: #617C23;
}
.BgClassName
{
background-color: #617C23;
}
</style>
border-color css
<style>
span { border-color: #617C23; }
span { border-color: rgb(97,124,35); }
td.TdClassName
{
border-color: #617C23;
}
.TagClassName
{
border-color: #617C23;
}
</style>