Shades of Fiji Green #61690B
Tints of Fiji Green #61690B
RGB
CMYK
RGB Variations
Color information
#61690B (or 0x61690B) is known color: Fiji Green. HEX triplet: 61, 69 and 0B. RGB value is (97,105,11). Sum of RGB (Red+Green+Blue) = 97+105+11=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #61690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61690B is #9E96F4. Grayscale: #5C5C5C. Windows color (decimal): -10393333 or 747873. OLE color: 747873.
HSL color Cylindrical-coordinate representation of color #61690B: hue angle of 65.11º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61690B is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 11 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.59 |
| HSL | 65.11º | 0.81% | 0.23% | - |
| HSV(B) | 65.11º | 0.9% | 0.41% | - |
| XYZ | 10.04 | 12.67 | 2.23 | - |
| YUV | 91.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 11 | 0.08 | 0 | 0.90 | 0.59 | 65.11 | 0.81 | 0.23 |
| Hex | 61 | 69 | B | 8 | 0 | 5A | 3B | 41 | 51 | 17 |
| Octal | 141 | 151 | 13 | 10 | 0 | 132 | 73 | 101 | 121 | 27 |
| Binary | 1100001 | 1101001 | 1011 | 1000 | 0 | 1011010 | 111011 | 1000001 | 1010001 | 10111 |
Color Harmonies of #61690B
Complementary color
Monochromatic Colors of #61690B
Black with #61690B
Text Example
Text Example
White with #61690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61690B; }
p { color: rgb(97,105,11); }
H1.HeaderClassName
{
color: #61690B;
}
.AnyTagClassName
{
color: #61690B;
}
</style>
background-color css
<style>
a { background-color: #61690B; }
a { background-color: rgb(97,105,11); }
div.DivClassName
{
background-color: #61690B;
}
.BgClassName
{
background-color: #61690B;
}
</style>
border-color css
<style>
span { border-color: #61690B; }
span { border-color: rgb(97,105,11); }
td.TdClassName
{
border-color: #61690B;
}
.TagClassName
{
border-color: #61690B;
}
</style>