Shades of Fiji Green #68770A
Tints of Fiji Green #68770A
RGB
CMYK
RGB Variations
Color information
#68770A (or 0x68770A) is known color: Fiji Green. HEX triplet: 68, 77 and 0A. RGB value is (104,119,10). Sum of RGB (Red+Green+Blue) = 104+119+10=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #68770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68770A is #9788F5. Grayscale: #666666. Windows color (decimal): -9930998 or 685928. OLE color: 685928.
HSL color Cylindrical-coordinate representation of color #68770A: hue angle of 68.26º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68770A is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 10 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.53 |
| HSL | 68.26º | 0.84% | 0.25% | - |
| HSV(B) | 68.26º | 0.92% | 0.47% | - |
| XYZ | 12.36 | 16.16 | 2.75 | - |
| YUV | 102.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 10 | 0.13 | 0 | 0.92 | 0.53 | 68.26 | 0.84 | 0.25 |
| Hex | 68 | 77 | A | D | 0 | 5C | 35 | 44 | 54 | 19 |
| Octal | 150 | 167 | 12 | 15 | 0 | 134 | 65 | 104 | 124 | 31 |
| Binary | 1101000 | 1110111 | 1010 | 1101 | 0 | 1011100 | 110101 | 1000100 | 1010100 | 11001 |
Color Harmonies of #68770A
Complementary color
Monochromatic Colors of #68770A
Black with #68770A
Text Example
Text Example
White with #68770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68770A; }
p { color: rgb(104,119,10); }
H1.HeaderClassName
{
color: #68770A;
}
.AnyTagClassName
{
color: #68770A;
}
</style>
background-color css
<style>
a { background-color: #68770A; }
a { background-color: rgb(104,119,10); }
div.DivClassName
{
background-color: #68770A;
}
.BgClassName
{
background-color: #68770A;
}
</style>
border-color css
<style>
span { border-color: #68770A; }
span { border-color: rgb(104,119,10); }
td.TdClassName
{
border-color: #68770A;
}
.TagClassName
{
border-color: #68770A;
}
</style>