Shades of Fiji Green #61760B
Tints of Fiji Green #61760B
RGB
CMYK
RGB Variations
Color information
#61760B (or 0x61760B) is known color: Fiji Green. HEX triplet: 61, 76 and 0B. RGB value is (97,118,11). Sum of RGB (Red+Green+Blue) = 97+118+11=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #61760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61760B is #9E89F4. Grayscale: #636363. Windows color (decimal): -10390005 or 751201. OLE color: 751201.
HSL color Cylindrical-coordinate representation of color #61760B: hue angle of 71.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61760B is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 11 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.54 |
| HSL | 71.78º | 0.83% | 0.25% | - |
| HSV(B) | 71.78º | 0.91% | 0.46% | - |
| XYZ | 11.47 | 15.52 | 2.71 | - |
| YUV | 99.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 11 | 0.18 | 0 | 0.91 | 0.54 | 71.78 | 0.83 | 0.25 |
| Hex | 61 | 76 | B | 12 | 0 | 5B | 36 | 48 | 53 | 19 |
| Octal | 141 | 166 | 13 | 22 | 0 | 133 | 66 | 110 | 123 | 31 |
| Binary | 1100001 | 1110110 | 1011 | 10010 | 0 | 1011011 | 110110 | 1001000 | 1010011 | 11001 |
Color Harmonies of #61760B
Complementary color
Monochromatic Colors of #61760B
Black with #61760B
Text Example
Text Example
White with #61760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61760B; }
p { color: rgb(97,118,11); }
H1.HeaderClassName
{
color: #61760B;
}
.AnyTagClassName
{
color: #61760B;
}
</style>
background-color css
<style>
a { background-color: #61760B; }
a { background-color: rgb(97,118,11); }
div.DivClassName
{
background-color: #61760B;
}
.BgClassName
{
background-color: #61760B;
}
</style>
border-color css
<style>
span { border-color: #61760B; }
span { border-color: rgb(97,118,11); }
td.TdClassName
{
border-color: #61760B;
}
.TagClassName
{
border-color: #61760B;
}
</style>