Shades of Fiji Green #647A0C
Tints of Fiji Green #647A0C
RGB
CMYK
RGB Variations
Color information
#647A0C (or 0x647A0C) is known color: Fiji Green. HEX triplet: 64, 7A and 0C. RGB value is (100,122,12). Sum of RGB (Red+Green+Blue) = 100+122+12=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #647A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647A0C is #9B85F3. Grayscale: #676767. Windows color (decimal): -10192372 or 817764. OLE color: 817764.
HSL color Cylindrical-coordinate representation of color #647A0C: hue angle of 72º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #647A0C is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 12 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.52 |
| HSL | 72º | 0.82% | 0.26% | - |
| HSV(B) | 72º | 0.9% | 0.48% | - |
| XYZ | 12.28 | 16.65 | 2.92 | - |
| YUV | 102.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 12 | 0.18 | 0 | 0.90 | 0.52 | 72 | 0.82 | 0.26 |
| Hex | 64 | 7A | C | 12 | 0 | 5A | 34 | 48 | 52 | 1A |
| Octal | 144 | 172 | 14 | 22 | 0 | 132 | 64 | 110 | 122 | 32 |
| Binary | 1100100 | 1111010 | 1100 | 10010 | 0 | 1011010 | 110100 | 1001000 | 1010010 | 11010 |
Color Harmonies of #647A0C
Complementary color
Monochromatic Colors of #647A0C
Black with #647A0C
Text Example
Text Example
White with #647A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A0C; }
p { color: rgb(100,122,12); }
H1.HeaderClassName
{
color: #647A0C;
}
.AnyTagClassName
{
color: #647A0C;
}
</style>
background-color css
<style>
a { background-color: #647A0C; }
a { background-color: rgb(100,122,12); }
div.DivClassName
{
background-color: #647A0C;
}
.BgClassName
{
background-color: #647A0C;
}
</style>
border-color css
<style>
span { border-color: #647A0C; }
span { border-color: rgb(100,122,12); }
td.TdClassName
{
border-color: #647A0C;
}
.TagClassName
{
border-color: #647A0C;
}
</style>