Shades of Fiji Green #61691A
Tints of Fiji Green #61691A
RGB
CMYK
RGB Variations
Color information
#61691A (or 0x61691A) is known color: Fiji Green. HEX triplet: 61, 69 and 1A. RGB value is (97,105,26). Sum of RGB (Red+Green+Blue) = 97+105+26=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #61691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61691A is #9E96E5. Grayscale: #5D5D5D. Windows color (decimal): -10393318 or 1730913. OLE color: 1730913.
HSL color Cylindrical-coordinate representation of color #61691A: hue angle of 66.08º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61691A is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 26 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.59 |
| HSL | 66.08º | 0.6% | 0.26% | - |
| HSV(B) | 66.08º | 0.75% | 0.41% | - |
| XYZ | 10.17 | 12.72 | 2.9 | - |
| YUV | 93.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 26 | 0.08 | 0 | 0.75 | 0.59 | 66.08 | 0.6 | 0.26 |
| Hex | 61 | 69 | 1A | 8 | 0 | 4B | 3B | 42 | 3C | 1A |
| Octal | 141 | 151 | 32 | 10 | 0 | 113 | 73 | 102 | 74 | 32 |
| Binary | 1100001 | 1101001 | 11010 | 1000 | 0 | 1001011 | 111011 | 1000010 | 111100 | 11010 |
Color Harmonies of #61691A
Complementary color
Monochromatic Colors of #61691A
Black with #61691A
Text Example
Text Example
White with #61691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61691A; }
p { color: rgb(97,105,26); }
H1.HeaderClassName
{
color: #61691A;
}
.AnyTagClassName
{
color: #61691A;
}
</style>
background-color css
<style>
a { background-color: #61691A; }
a { background-color: rgb(97,105,26); }
div.DivClassName
{
background-color: #61691A;
}
.BgClassName
{
background-color: #61691A;
}
</style>
border-color css
<style>
span { border-color: #61691A; }
span { border-color: rgb(97,105,26); }
td.TdClassName
{
border-color: #61691A;
}
.TagClassName
{
border-color: #61691A;
}
</style>