Shades of Fiji Green #707516
Tints of Fiji Green #707516
RGB
CMYK
RGB Variations
Color information
#707516 (or 0x707516) is known color: Fiji Green. HEX triplet: 70, 75 and 16. RGB value is (112,117,22). Sum of RGB (Red+Green+Blue) = 112+117+22=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #707516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707516 is #8F8AE9. Grayscale: #696969. Windows color (decimal): -9407210 or 1471856. OLE color: 1471856.
HSL color Cylindrical-coordinate representation of color #707516: hue angle of 63.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #707516 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 22 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.54 |
| HSL | 63.16º | 0.68% | 0.27% | - |
| HSV(B) | 63.16º | 0.81% | 0.46% | - |
| XYZ | 13.19 | 16.23 | 3.2 | - |
| YUV | 104.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 22 | 0.04 | 0 | 0.81 | 0.54 | 63.16 | 0.68 | 0.27 |
| Hex | 70 | 75 | 16 | 4 | 0 | 51 | 36 | 3F | 44 | 1B |
| Octal | 160 | 165 | 26 | 4 | 0 | 121 | 66 | 77 | 104 | 33 |
| Binary | 1110000 | 1110101 | 10110 | 100 | 0 | 1010001 | 110110 | 111111 | 1000100 | 11011 |
Color Harmonies of #707516
Complementary color
Monochromatic Colors of #707516
Black with #707516
Text Example
Text Example
White with #707516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707516; }
p { color: rgb(112,117,22); }
H1.HeaderClassName
{
color: #707516;
}
.AnyTagClassName
{
color: #707516;
}
</style>
background-color css
<style>
a { background-color: #707516; }
a { background-color: rgb(112,117,22); }
div.DivClassName
{
background-color: #707516;
}
.BgClassName
{
background-color: #707516;
}
</style>
border-color css
<style>
span { border-color: #707516; }
span { border-color: rgb(112,117,22); }
td.TdClassName
{
border-color: #707516;
}
.TagClassName
{
border-color: #707516;
}
</style>