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