Shades of Fiji Green #68710A
Tints of Fiji Green #68710A
RGB
CMYK
RGB Variations
Color information
#68710A (or 0x68710A) is known color: Fiji Green. HEX triplet: 68, 71 and 0A. RGB value is (104,113,10). Sum of RGB (Red+Green+Blue) = 104+113+10=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #68710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68710A is #978EF5. Grayscale: #626262. Windows color (decimal): -9932534 or 684392. OLE color: 684392.
HSL color Cylindrical-coordinate representation of color #68710A: hue angle of 65.24º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68710A is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 113 | 10 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.56 |
| HSL | 65.24º | 0.84% | 0.24% | - |
| HSV(B) | 65.24º | 0.91% | 0.44% | - |
| XYZ | 11.67 | 14.78 | 2.52 | - |
| YUV | 98.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 10 | 0.08 | 0 | 0.91 | 0.56 | 65.24 | 0.84 | 0.24 |
| Hex | 68 | 71 | A | 8 | 0 | 5B | 38 | 41 | 54 | 18 |
| Octal | 150 | 161 | 12 | 10 | 0 | 133 | 70 | 101 | 124 | 30 |
| Binary | 1101000 | 1110001 | 1010 | 1000 | 0 | 1011011 | 111000 | 1000001 | 1010100 | 11000 |
Color Harmonies of #68710A
Complementary color
Monochromatic Colors of #68710A
Black with #68710A
Text Example
Text Example
White with #68710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68710A; }
p { color: rgb(104,113,10); }
H1.HeaderClassName
{
color: #68710A;
}
.AnyTagClassName
{
color: #68710A;
}
</style>
background-color css
<style>
a { background-color: #68710A; }
a { background-color: rgb(104,113,10); }
div.DivClassName
{
background-color: #68710A;
}
.BgClassName
{
background-color: #68710A;
}
</style>
border-color css
<style>
span { border-color: #68710A; }
span { border-color: rgb(104,113,10); }
td.TdClassName
{
border-color: #68710A;
}
.TagClassName
{
border-color: #68710A;
}
</style>