Shades of Fiji Green #68660C
Tints of Fiji Green #68660C
RGB
CMYK
RGB Variations
Color information
#68660C (or 0x68660C) is known color: Fiji Green. HEX triplet: 68, 66 and 0C. RGB value is (104,102,12). Sum of RGB (Red+Green+Blue) = 104+102+12=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68660C is #9799F3. Grayscale: #5C5C5C. Windows color (decimal): -9935348 or 812648. OLE color: 812648.
HSL color Cylindrical-coordinate representation of color #68660C: hue angle of 58.7º 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 #68660C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 12 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.59 |
| HSL | 58.7º | 0.79% | 0.23% | - |
| HSV(B) | 58.7º | 0.88% | 0.41% | - |
| XYZ | 10.53 | 12.47 | 2.2 | - |
| YUV | 92.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 12 | 0 | 0.02 | 0.88 | 0.59 | 58.7 | 0.79 | 0.23 |
| Hex | 68 | 66 | C | 0 | 2 | 58 | 3B | 3B | 4F | 17 |
| Octal | 150 | 146 | 14 | 0 | 2 | 130 | 73 | 73 | 117 | 27 |
| Binary | 1101000 | 1100110 | 1100 | 0 | 10 | 1011000 | 111011 | 111011 | 1001111 | 10111 |
Color Harmonies of #68660C
Complementary color
Monochromatic Colors of #68660C
Black with #68660C
Text Example
Text Example
White with #68660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68660C; }
p { color: rgb(104,102,12); }
H1.HeaderClassName
{
color: #68660C;
}
.AnyTagClassName
{
color: #68660C;
}
</style>
background-color css
<style>
a { background-color: #68660C; }
a { background-color: rgb(104,102,12); }
div.DivClassName
{
background-color: #68660C;
}
.BgClassName
{
background-color: #68660C;
}
</style>
border-color css
<style>
span { border-color: #68660C; }
span { border-color: rgb(104,102,12); }
td.TdClassName
{
border-color: #68660C;
}
.TagClassName
{
border-color: #68660C;
}
</style>