Shades of Fiji Green #61771C
Tints of Fiji Green #61771C
RGB
CMYK
RGB Variations
Color information
#61771C (or 0x61771C) is known color: Fiji Green. HEX triplet: 61, 77 and 1C. RGB value is (97,119,28). Sum of RGB (Red+Green+Blue) = 97+119+28=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #61771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61771C is #9E88E3. Grayscale: #666666. Windows color (decimal): -10389732 or 1865569. OLE color: 1865569.
HSL color Cylindrical-coordinate representation of color #61771C: hue angle of 74.51º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61771C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 119 | 28 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.53 |
| HSL | 74.51º | 0.62% | 0.29% | - |
| HSV(B) | 74.51º | 0.76% | 0.47% | - |
| XYZ | 11.74 | 15.82 | 3.53 | - |
| YUV | 102.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 28 | 0.18 | 0 | 0.76 | 0.53 | 74.51 | 0.62 | 0.29 |
| Hex | 61 | 77 | 1C | 12 | 0 | 4C | 35 | 4B | 3E | 1D |
| Octal | 141 | 167 | 34 | 22 | 0 | 114 | 65 | 113 | 76 | 35 |
| Binary | 1100001 | 1110111 | 11100 | 10010 | 0 | 1001100 | 110101 | 1001011 | 111110 | 11101 |
Color Harmonies of #61771C
Complementary color
Monochromatic Colors of #61771C
Black with #61771C
Text Example
Text Example
White with #61771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61771C; }
p { color: rgb(97,119,28); }
H1.HeaderClassName
{
color: #61771C;
}
.AnyTagClassName
{
color: #61771C;
}
</style>
background-color css
<style>
a { background-color: #61771C; }
a { background-color: rgb(97,119,28); }
div.DivClassName
{
background-color: #61771C;
}
.BgClassName
{
background-color: #61771C;
}
</style>
border-color css
<style>
span { border-color: #61771C; }
span { border-color: rgb(97,119,28); }
td.TdClassName
{
border-color: #61771C;
}
.TagClassName
{
border-color: #61771C;
}
</style>