Shades of Fiji Green #68660D
Tints of Fiji Green #68660D
RGB
CMYK
RGB Variations
Color information
#68660D (or 0x68660D) is known color: Fiji Green. HEX triplet: 68, 66 and 0D. RGB value is (104,102,13). Sum of RGB (Red+Green+Blue) = 104+102+13=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68660D is #9799F2. Grayscale: #5C5C5C. Windows color (decimal): -9935347 or 878184. OLE color: 878184.
HSL color Cylindrical-coordinate representation of color #68660D: hue angle of 58.68º degrees, saturation: 0.78, 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 #68660D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 13 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.59 |
| HSL | 58.68º | 0.78% | 0.23% | - |
| HSV(B) | 58.68º | 0.88% | 0.41% | - |
| XYZ | 10.53 | 12.47 | 2.23 | - |
| YUV | 92.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 13 | 0 | 0.02 | 0.88 | 0.59 | 58.68 | 0.78 | 0.23 |
| Hex | 68 | 66 | D | 0 | 2 | 58 | 3B | 3B | 4E | 17 |
| Octal | 150 | 146 | 15 | 0 | 2 | 130 | 73 | 73 | 116 | 27 |
| Binary | 1101000 | 1100110 | 1101 | 0 | 10 | 1011000 | 111011 | 111011 | 1001110 | 10111 |
Color Harmonies of #68660D
Complementary color
Monochromatic Colors of #68660D
Black with #68660D
Text Example
Text Example
White with #68660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68660D; }
p { color: rgb(104,102,13); }
H1.HeaderClassName
{
color: #68660D;
}
.AnyTagClassName
{
color: #68660D;
}
</style>
background-color css
<style>
a { background-color: #68660D; }
a { background-color: rgb(104,102,13); }
div.DivClassName
{
background-color: #68660D;
}
.BgClassName
{
background-color: #68660D;
}
</style>
border-color css
<style>
span { border-color: #68660D; }
span { border-color: rgb(104,102,13); }
td.TdClassName
{
border-color: #68660D;
}
.TagClassName
{
border-color: #68660D;
}
</style>