Shades of Fiji Green #68640A
Tints of Fiji Green #68640A
RGB
CMYK
RGB Variations
Color information
#68640A (or 0x68640A) is known color: Fiji Green. HEX triplet: 68, 64 and 0A. RGB value is (104,100,10). Sum of RGB (Red+Green+Blue) = 104+100+10=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68640A is #979BF5. Grayscale: #5B5B5B. Windows color (decimal): -9935862 or 681064. OLE color: 681064.
HSL color Cylindrical-coordinate representation of color #68640A: hue angle of 57.45º 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 #68640A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 10 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.59 |
| HSL | 57.45º | 0.82% | 0.22% | - |
| HSV(B) | 57.45º | 0.9% | 0.41% | - |
| XYZ | 10.32 | 12.08 | 2.07 | - |
| YUV | 90.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 10 | 0 | 0.04 | 0.90 | 0.59 | 57.45 | 0.82 | 0.22 |
| Hex | 68 | 64 | A | 0 | 4 | 5A | 3B | 39 | 52 | 16 |
| Octal | 150 | 144 | 12 | 0 | 4 | 132 | 73 | 71 | 122 | 26 |
| Binary | 1101000 | 1100100 | 1010 | 0 | 100 | 1011010 | 111011 | 111001 | 1010010 | 10110 |
Color Harmonies of #68640A
Complementary color
Monochromatic Colors of #68640A
Black with #68640A
Text Example
Text Example
White with #68640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68640A; }
p { color: rgb(104,100,10); }
H1.HeaderClassName
{
color: #68640A;
}
.AnyTagClassName
{
color: #68640A;
}
</style>
background-color css
<style>
a { background-color: #68640A; }
a { background-color: rgb(104,100,10); }
div.DivClassName
{
background-color: #68640A;
}
.BgClassName
{
background-color: #68640A;
}
</style>
border-color css
<style>
span { border-color: #68640A; }
span { border-color: rgb(104,100,10); }
td.TdClassName
{
border-color: #68640A;
}
.TagClassName
{
border-color: #68640A;
}
</style>