Shades of Fiji Green #68650A
Tints of Fiji Green #68650A
RGB
CMYK
RGB Variations
Color information
#68650A (or 0x68650A) is known color: Fiji Green. HEX triplet: 68, 65 and 0A. RGB value is (104,101,10). Sum of RGB (Red+Green+Blue) = 104+101+10=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68650A is #979AF5. Grayscale: #5B5B5B. Windows color (decimal): -9935606 or 681320. OLE color: 681320.
HSL color Cylindrical-coordinate representation of color #68650A: hue angle of 58.09º 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 #68650A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 10 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.59 |
| HSL | 58.09º | 0.82% | 0.22% | - |
| HSV(B) | 58.09º | 0.9% | 0.41% | - |
| XYZ | 10.42 | 12.27 | 2.11 | - |
| YUV | 91.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 10 | 0 | 0.03 | 0.90 | 0.59 | 58.09 | 0.82 | 0.22 |
| Hex | 68 | 65 | A | 0 | 3 | 5A | 3B | 3A | 52 | 16 |
| Octal | 150 | 145 | 12 | 0 | 3 | 132 | 73 | 72 | 122 | 26 |
| Binary | 1101000 | 1100101 | 1010 | 0 | 11 | 1011010 | 111011 | 111010 | 1010010 | 10110 |
Color Harmonies of #68650A
Complementary color
Monochromatic Colors of #68650A
Black with #68650A
Text Example
Text Example
White with #68650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68650A; }
p { color: rgb(104,101,10); }
H1.HeaderClassName
{
color: #68650A;
}
.AnyTagClassName
{
color: #68650A;
}
</style>
background-color css
<style>
a { background-color: #68650A; }
a { background-color: rgb(104,101,10); }
div.DivClassName
{
background-color: #68650A;
}
.BgClassName
{
background-color: #68650A;
}
</style>
border-color css
<style>
span { border-color: #68650A; }
span { border-color: rgb(104,101,10); }
td.TdClassName
{
border-color: #68650A;
}
.TagClassName
{
border-color: #68650A;
}
</style>