Shades of Fiji Green #61660C
Tints of Fiji Green #61660C
RGB
CMYK
RGB Variations
Color information
#61660C (or 0x61660C) is known color: Fiji Green. HEX triplet: 61, 66 and 0C. RGB value is (97,102,12). Sum of RGB (Red+Green+Blue) = 97+102+12=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #61660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61660C is #9E99F3. Grayscale: #5A5A5A. Windows color (decimal): -10394100 or 812641. OLE color: 812641.
HSL color Cylindrical-coordinate representation of color #61660C: hue angle of 63.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61660C is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 102 | 12 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.6 |
| HSL | 63.33º | 0.79% | 0.22% | - |
| HSV(B) | 63.33º | 0.88% | 0.4% | - |
| XYZ | 9.75 | 12.07 | 2.16 | - |
| YUV | 90.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 12 | 0.05 | 0 | 0.88 | 0.6 | 63.33 | 0.79 | 0.22 |
| Hex | 61 | 66 | C | 5 | 0 | 58 | 3C | 3F | 4F | 16 |
| Octal | 141 | 146 | 14 | 5 | 0 | 130 | 74 | 77 | 117 | 26 |
| Binary | 1100001 | 1100110 | 1100 | 101 | 0 | 1011000 | 111100 | 111111 | 1001111 | 10110 |
Color Harmonies of #61660C
Complementary color
Monochromatic Colors of #61660C
Black with #61660C
Text Example
Text Example
White with #61660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61660C; }
p { color: rgb(97,102,12); }
H1.HeaderClassName
{
color: #61660C;
}
.AnyTagClassName
{
color: #61660C;
}
</style>
background-color css
<style>
a { background-color: #61660C; }
a { background-color: rgb(97,102,12); }
div.DivClassName
{
background-color: #61660C;
}
.BgClassName
{
background-color: #61660C;
}
</style>
border-color css
<style>
span { border-color: #61660C; }
span { border-color: rgb(97,102,12); }
td.TdClassName
{
border-color: #61660C;
}
.TagClassName
{
border-color: #61660C;
}
</style>