Shades of Fiji Green #61760F
Tints of Fiji Green #61760F
RGB
CMYK
RGB Variations
Color information
#61760F (or 0x61760F) is known color: Fiji Green. HEX triplet: 61, 76 and 0F. RGB value is (97,118,15). Sum of RGB (Red+Green+Blue) = 97+118+15=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #61760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61760F is #9E89F0. Grayscale: #646464. Windows color (decimal): -10390001 or 1013345. OLE color: 1013345.
HSL color Cylindrical-coordinate representation of color #61760F: hue angle of 72.23º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61760F is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 15 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.54 |
| HSL | 72.23º | 0.77% | 0.26% | - |
| HSV(B) | 72.23º | 0.87% | 0.46% | - |
| XYZ | 11.49 | 15.53 | 2.84 | - |
| YUV | 99.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 15 | 0.18 | 0 | 0.87 | 0.54 | 72.23 | 0.77 | 0.26 |
| Hex | 61 | 76 | F | 12 | 0 | 57 | 36 | 48 | 4D | 1A |
| Octal | 141 | 166 | 17 | 22 | 0 | 127 | 66 | 110 | 115 | 32 |
| Binary | 1100001 | 1110110 | 1111 | 10010 | 0 | 1010111 | 110110 | 1001000 | 1001101 | 11010 |
Color Harmonies of #61760F
Complementary color
Monochromatic Colors of #61760F
Black with #61760F
Text Example
Text Example
White with #61760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61760F; }
p { color: rgb(97,118,15); }
H1.HeaderClassName
{
color: #61760F;
}
.AnyTagClassName
{
color: #61760F;
}
</style>
background-color css
<style>
a { background-color: #61760F; }
a { background-color: rgb(97,118,15); }
div.DivClassName
{
background-color: #61760F;
}
.BgClassName
{
background-color: #61760F;
}
</style>
border-color css
<style>
span { border-color: #61760F; }
span { border-color: rgb(97,118,15); }
td.TdClassName
{
border-color: #61760F;
}
.TagClassName
{
border-color: #61760F;
}
</style>