Shades of Fiji Green #68650C
Tints of Fiji Green #68650C
RGB
CMYK
RGB Variations
Color information
#68650C (or 0x68650C) is known color: Fiji Green. HEX triplet: 68, 65 and 0C. RGB value is (104,101,12). Sum of RGB (Red+Green+Blue) = 104+101+12=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68650C is #979AF3. Grayscale: #5C5C5C. Windows color (decimal): -9935604 or 812392. OLE color: 812392.
HSL color Cylindrical-coordinate representation of color #68650C: hue angle of 58.04º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68650C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 12 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.59 |
| HSL | 58.04º | 0.79% | 0.23% | - |
| HSV(B) | 58.04º | 0.88% | 0.41% | - |
| XYZ | 10.43 | 12.28 | 2.17 | - |
| YUV | 91.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 12 | 0 | 0.03 | 0.88 | 0.59 | 58.04 | 0.79 | 0.23 |
| Hex | 68 | 65 | C | 0 | 3 | 58 | 3B | 3A | 4F | 17 |
| Octal | 150 | 145 | 14 | 0 | 3 | 130 | 73 | 72 | 117 | 27 |
| Binary | 1101000 | 1100101 | 1100 | 0 | 11 | 1011000 | 111011 | 111010 | 1001111 | 10111 |
Color Harmonies of #68650C
Complementary color
Monochromatic Colors of #68650C
Black with #68650C
Text Example
Text Example
White with #68650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68650C; }
p { color: rgb(104,101,12); }
H1.HeaderClassName
{
color: #68650C;
}
.AnyTagClassName
{
color: #68650C;
}
</style>
background-color css
<style>
a { background-color: #68650C; }
a { background-color: rgb(104,101,12); }
div.DivClassName
{
background-color: #68650C;
}
.BgClassName
{
background-color: #68650C;
}
</style>
border-color css
<style>
span { border-color: #68650C; }
span { border-color: rgb(104,101,12); }
td.TdClassName
{
border-color: #68650C;
}
.TagClassName
{
border-color: #68650C;
}
</style>