Shades of Fiji Green #61680B
Tints of Fiji Green #61680B
RGB
CMYK
RGB Variations
Color information
#61680B (or 0x61680B) is known color: Fiji Green. HEX triplet: 61, 68 and 0B. RGB value is (97,104,11). Sum of RGB (Red+Green+Blue) = 97+104+11=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #61680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61680B is #9E97F4. Grayscale: #5B5B5B. Windows color (decimal): -10393589 or 747617. OLE color: 747617.
HSL color Cylindrical-coordinate representation of color #61680B: hue angle of 64.52º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61680B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 104 | 11 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.59 |
| HSL | 64.52º | 0.81% | 0.23% | - |
| HSV(B) | 64.52º | 0.89% | 0.41% | - |
| XYZ | 9.94 | 12.47 | 2.2 | - |
| YUV | 91.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 11 | 0.07 | 0 | 0.89 | 0.59 | 64.52 | 0.81 | 0.23 |
| Hex | 61 | 68 | B | 7 | 0 | 59 | 3B | 41 | 51 | 17 |
| Octal | 141 | 150 | 13 | 7 | 0 | 131 | 73 | 101 | 121 | 27 |
| Binary | 1100001 | 1101000 | 1011 | 111 | 0 | 1011001 | 111011 | 1000001 | 1010001 | 10111 |
Color Harmonies of #61680B
Complementary color
Monochromatic Colors of #61680B
Black with #61680B
Text Example
Text Example
White with #61680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61680B; }
p { color: rgb(97,104,11); }
H1.HeaderClassName
{
color: #61680B;
}
.AnyTagClassName
{
color: #61680B;
}
</style>
background-color css
<style>
a { background-color: #61680B; }
a { background-color: rgb(97,104,11); }
div.DivClassName
{
background-color: #61680B;
}
.BgClassName
{
background-color: #61680B;
}
</style>
border-color css
<style>
span { border-color: #61680B; }
span { border-color: rgb(97,104,11); }
td.TdClassName
{
border-color: #61680B;
}
.TagClassName
{
border-color: #61680B;
}
</style>