Shades of Fiji Green #647A0A
Tints of Fiji Green #647A0A
RGB
CMYK
RGB Variations
Color information
#647A0A (or 0x647A0A) is known color: Fiji Green. HEX triplet: 64, 7A and 0A. RGB value is (100,122,10). Sum of RGB (Red+Green+Blue) = 100+122+10=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #647A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647A0A is #9B85F5. Grayscale: #676767. Windows color (decimal): -10192374 or 686692. OLE color: 686692.
HSL color Cylindrical-coordinate representation of color #647A0A: hue angle of 71.79º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #647A0A is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 10 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.52 |
| HSL | 71.79º | 0.85% | 0.26% | - |
| HSV(B) | 71.79º | 0.92% | 0.48% | - |
| XYZ | 12.27 | 16.65 | 2.85 | - |
| YUV | 102.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 10 | 0.18 | 0 | 0.92 | 0.52 | 71.79 | 0.85 | 0.26 |
| Hex | 64 | 7A | A | 12 | 0 | 5C | 34 | 48 | 55 | 1A |
| Octal | 144 | 172 | 12 | 22 | 0 | 134 | 64 | 110 | 125 | 32 |
| Binary | 1100100 | 1111010 | 1010 | 10010 | 0 | 1011100 | 110100 | 1001000 | 1010101 | 11010 |
Color Harmonies of #647A0A
Complementary color
Monochromatic Colors of #647A0A
Black with #647A0A
Text Example
Text Example
White with #647A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A0A; }
p { color: rgb(100,122,10); }
H1.HeaderClassName
{
color: #647A0A;
}
.AnyTagClassName
{
color: #647A0A;
}
</style>
background-color css
<style>
a { background-color: #647A0A; }
a { background-color: rgb(100,122,10); }
div.DivClassName
{
background-color: #647A0A;
}
.BgClassName
{
background-color: #647A0A;
}
</style>
border-color css
<style>
span { border-color: #647A0A; }
span { border-color: rgb(100,122,10); }
td.TdClassName
{
border-color: #647A0A;
}
.TagClassName
{
border-color: #647A0A;
}
</style>