Shades of Fiji Green #707819
Tints of Fiji Green #707819
RGB
CMYK
RGB Variations
Color information
#707819 (or 0x707819) is known color: Fiji Green. HEX triplet: 70, 78 and 19. RGB value is (112,120,25). Sum of RGB (Red+Green+Blue) = 112+120+25=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #707819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707819 is #8F87E6. Grayscale: #6B6B6B. Windows color (decimal): -9406439 or 1669232. OLE color: 1669232.
HSL color Cylindrical-coordinate representation of color #707819: hue angle of 65.05º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #707819 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 25 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.53 |
| HSL | 65.05º | 0.66% | 0.28% | - |
| HSV(B) | 65.05º | 0.79% | 0.47% | - |
| XYZ | 13.57 | 16.95 | 3.48 | - |
| YUV | 106.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 25 | 0.07 | 0 | 0.79 | 0.53 | 65.05 | 0.66 | 0.28 |
| Hex | 70 | 78 | 19 | 7 | 0 | 4F | 35 | 41 | 42 | 1C |
| Octal | 160 | 170 | 31 | 7 | 0 | 117 | 65 | 101 | 102 | 34 |
| Binary | 1110000 | 1111000 | 11001 | 111 | 0 | 1001111 | 110101 | 1000001 | 1000010 | 11100 |
Color Harmonies of #707819
Complementary color
Monochromatic Colors of #707819
Black with #707819
Text Example
Text Example
White with #707819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707819; }
p { color: rgb(112,120,25); }
H1.HeaderClassName
{
color: #707819;
}
.AnyTagClassName
{
color: #707819;
}
</style>
background-color css
<style>
a { background-color: #707819; }
a { background-color: rgb(112,120,25); }
div.DivClassName
{
background-color: #707819;
}
.BgClassName
{
background-color: #707819;
}
</style>
border-color css
<style>
span { border-color: #707819; }
span { border-color: rgb(112,120,25); }
td.TdClassName
{
border-color: #707819;
}
.TagClassName
{
border-color: #707819;
}
</style>