Shades of Fiji Green #68770C
Tints of Fiji Green #68770C
RGB
CMYK
RGB Variations
Color information
#68770C (or 0x68770C) is known color: Fiji Green. HEX triplet: 68, 77 and 0C. RGB value is (104,119,12). Sum of RGB (Red+Green+Blue) = 104+119+12=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #68770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68770C is #9788F3. Grayscale: #666666. Windows color (decimal): -9930996 or 817000. OLE color: 817000.
HSL color Cylindrical-coordinate representation of color #68770C: hue angle of 68.41º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68770C is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 12 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.53 |
| HSL | 68.41º | 0.82% | 0.26% | - |
| HSV(B) | 68.41º | 0.9% | 0.47% | - |
| XYZ | 12.37 | 16.16 | 2.82 | - |
| YUV | 102.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 12 | 0.13 | 0 | 0.90 | 0.53 | 68.41 | 0.82 | 0.26 |
| Hex | 68 | 77 | C | D | 0 | 5A | 35 | 44 | 52 | 1A |
| Octal | 150 | 167 | 14 | 15 | 0 | 132 | 65 | 104 | 122 | 32 |
| Binary | 1101000 | 1110111 | 1100 | 1101 | 0 | 1011010 | 110101 | 1000100 | 1010010 | 11010 |
Color Harmonies of #68770C
Complementary color
Monochromatic Colors of #68770C
Black with #68770C
Text Example
Text Example
White with #68770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68770C; }
p { color: rgb(104,119,12); }
H1.HeaderClassName
{
color: #68770C;
}
.AnyTagClassName
{
color: #68770C;
}
</style>
background-color css
<style>
a { background-color: #68770C; }
a { background-color: rgb(104,119,12); }
div.DivClassName
{
background-color: #68770C;
}
.BgClassName
{
background-color: #68770C;
}
</style>
border-color css
<style>
span { border-color: #68770C; }
span { border-color: rgb(104,119,12); }
td.TdClassName
{
border-color: #68770C;
}
.TagClassName
{
border-color: #68770C;
}
</style>