Shades of Fiji Green #61731A
Tints of Fiji Green #61731A
RGB
CMYK
RGB Variations
Color information
#61731A (or 0x61731A) is known color: Fiji Green. HEX triplet: 61, 73 and 1A. RGB value is (97,115,26). Sum of RGB (Red+Green+Blue) = 97+115+26=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #61731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61731A is #9E8CE5. Grayscale: #636363. Windows color (decimal): -10390758 or 1733473. OLE color: 1733473.
HSL color Cylindrical-coordinate representation of color #61731A: hue angle of 72.13º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61731A is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 115 | 26 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.55 |
| HSL | 72.13º | 0.63% | 0.28% | - |
| HSV(B) | 72.13º | 0.77% | 0.45% | - |
| XYZ | 11.25 | 14.88 | 3.26 | - |
| YUV | 99.47 | 86.54 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 26 | 0.16 | 0 | 0.77 | 0.55 | 72.13 | 0.63 | 0.28 |
| Hex | 61 | 73 | 1A | 10 | 0 | 4D | 37 | 48 | 3F | 1C |
| Octal | 141 | 163 | 32 | 20 | 0 | 115 | 67 | 110 | 77 | 34 |
| Binary | 1100001 | 1110011 | 11010 | 10000 | 0 | 1001101 | 110111 | 1001000 | 111111 | 11100 |
Color Harmonies of #61731A
Complementary color
Monochromatic Colors of #61731A
Black with #61731A
Text Example
Text Example
White with #61731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61731A; }
p { color: rgb(97,115,26); }
H1.HeaderClassName
{
color: #61731A;
}
.AnyTagClassName
{
color: #61731A;
}
</style>
background-color css
<style>
a { background-color: #61731A; }
a { background-color: rgb(97,115,26); }
div.DivClassName
{
background-color: #61731A;
}
.BgClassName
{
background-color: #61731A;
}
</style>
border-color css
<style>
span { border-color: #61731A; }
span { border-color: rgb(97,115,26); }
td.TdClassName
{
border-color: #61731A;
}
.TagClassName
{
border-color: #61731A;
}
</style>