Shades of Fiji Green #70791C
Tints of Fiji Green #70791C
RGB
CMYK
RGB Variations
Color information
#70791C (or 0x70791C) is known color: Fiji Green. HEX triplet: 70, 79 and 1C. RGB value is (112,121,28). Sum of RGB (Red+Green+Blue) = 112+121+28=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #70791C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70791C is #8F86E3. Grayscale: #6C6C6C. Windows color (decimal): -9406180 or 1866096. OLE color: 1866096.
HSL color Cylindrical-coordinate representation of color #70791C: hue angle of 65.81º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70791C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 28 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.53 |
| HSL | 65.81º | 0.62% | 0.29% | - |
| HSV(B) | 65.81º | 0.77% | 0.47% | - |
| XYZ | 13.73 | 17.2 | 3.7 | - |
| YUV | 107.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 28 | 0.07 | 0 | 0.77 | 0.53 | 65.81 | 0.62 | 0.29 |
| Hex | 70 | 79 | 1C | 7 | 0 | 4D | 35 | 42 | 3E | 1D |
| Octal | 160 | 171 | 34 | 7 | 0 | 115 | 65 | 102 | 76 | 35 |
| Binary | 1110000 | 1111001 | 11100 | 111 | 0 | 1001101 | 110101 | 1000010 | 111110 | 11101 |
Color Harmonies of #70791C
Complementary color
Monochromatic Colors of #70791C
Black with #70791C
Text Example
Text Example
White with #70791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70791C; }
p { color: rgb(112,121,28); }
H1.HeaderClassName
{
color: #70791C;
}
.AnyTagClassName
{
color: #70791C;
}
</style>
background-color css
<style>
a { background-color: #70791C; }
a { background-color: rgb(112,121,28); }
div.DivClassName
{
background-color: #70791C;
}
.BgClassName
{
background-color: #70791C;
}
</style>
border-color css
<style>
span { border-color: #70791C; }
span { border-color: rgb(112,121,28); }
td.TdClassName
{
border-color: #70791C;
}
.TagClassName
{
border-color: #70791C;
}
</style>