Shades of Fiji Green #61790C
Tints of Fiji Green #61790C
RGB
CMYK
RGB Variations
Color information
#61790C (or 0x61790C) is known color: Fiji Green. HEX triplet: 61, 79 and 0C. RGB value is (97,121,12). Sum of RGB (Red+Green+Blue) = 97+121+12=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #61790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61790C is #9E86F3. Grayscale: #656565. Windows color (decimal): -10389236 or 817505. OLE color: 817505.
HSL color Cylindrical-coordinate representation of color #61790C: hue angle of 73.21º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61790C is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 121 | 12 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.53 |
| HSL | 73.21º | 0.82% | 0.26% | - |
| HSV(B) | 73.21º | 0.9% | 0.47% | - |
| XYZ | 11.83 | 16.24 | 2.86 | - |
| YUV | 101.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 121 | 12 | 0.20 | 0 | 0.90 | 0.53 | 73.21 | 0.82 | 0.26 |
| Hex | 61 | 79 | C | 14 | 0 | 5A | 35 | 49 | 52 | 1A |
| Octal | 141 | 171 | 14 | 24 | 0 | 132 | 65 | 111 | 122 | 32 |
| Binary | 1100001 | 1111001 | 1100 | 10100 | 0 | 1011010 | 110101 | 1001001 | 1010010 | 11010 |
Color Harmonies of #61790C
Complementary color
Monochromatic Colors of #61790C
Black with #61790C
Text Example
Text Example
White with #61790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61790C; }
p { color: rgb(97,121,12); }
H1.HeaderClassName
{
color: #61790C;
}
.AnyTagClassName
{
color: #61790C;
}
</style>
background-color css
<style>
a { background-color: #61790C; }
a { background-color: rgb(97,121,12); }
div.DivClassName
{
background-color: #61790C;
}
.BgClassName
{
background-color: #61790C;
}
</style>
border-color css
<style>
span { border-color: #61790C; }
span { border-color: rgb(97,121,12); }
td.TdClassName
{
border-color: #61790C;
}
.TagClassName
{
border-color: #61790C;
}
</style>