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