Shades of Fiji Green #66680A
Tints of Fiji Green #66680A
RGB
CMYK
RGB Variations
Color information
#66680A (or 0x66680A) is known color: Fiji Green. HEX triplet: 66, 68 and 0A. RGB value is (102,104,10). Sum of RGB (Red+Green+Blue) = 102+104+10=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #66680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66680A is #9997F5. Grayscale: #5D5D5D. Windows color (decimal): -10065910 or 682086. OLE color: 682086.
HSL color Cylindrical-coordinate representation of color #66680A: hue angle of 61.28º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66680A is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 10 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.59 |
| HSL | 61.28º | 0.82% | 0.22% | - |
| HSV(B) | 61.28º | 0.9% | 0.41% | - |
| XYZ | 10.48 | 12.75 | 2.2 | - |
| YUV | 92.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 10 | 0.02 | 0 | 0.90 | 0.59 | 61.28 | 0.82 | 0.22 |
| Hex | 66 | 68 | A | 2 | 0 | 5A | 3B | 3D | 52 | 16 |
| Octal | 146 | 150 | 12 | 2 | 0 | 132 | 73 | 75 | 122 | 26 |
| Binary | 1100110 | 1101000 | 1010 | 10 | 0 | 1011010 | 111011 | 111101 | 1010010 | 10110 |
Color Harmonies of #66680A
Complementary color
Monochromatic Colors of #66680A
Black with #66680A
Text Example
Text Example
White with #66680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66680A; }
p { color: rgb(102,104,10); }
H1.HeaderClassName
{
color: #66680A;
}
.AnyTagClassName
{
color: #66680A;
}
</style>
background-color css
<style>
a { background-color: #66680A; }
a { background-color: rgb(102,104,10); }
div.DivClassName
{
background-color: #66680A;
}
.BgClassName
{
background-color: #66680A;
}
</style>
border-color css
<style>
span { border-color: #66680A; }
span { border-color: rgb(102,104,10); }
td.TdClassName
{
border-color: #66680A;
}
.TagClassName
{
border-color: #66680A;
}
</style>